Skip to content

Commit 59cf488

Browse files
fix(workflow): remove cache from linter
1 parent 95c0b00 commit 59cf488

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/super-linter.yml

-5
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ jobs:
1717
runs-on: ubuntu-latest
1818

1919
steps:
20-
- name: Cache dependencies
21-
uses: actions/cache@v4
22-
with:
23-
path: ~/.cache
24-
key: ${{ runner.os }}-superlinter
2520
- name: Checkout code
2621
uses: actions/checkout@v4
2722
with:

0 commit comments

Comments
 (0)