We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32c0771 commit 45255c3Copy full SHA for 45255c3
.github/workflows/server-test.yml
@@ -39,6 +39,7 @@ jobs:
39
path: |
40
~/.bun/install/cache
41
node_modules
42
+ .eslintcache
43
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lockb') }}
44
restore-keys: |
45
${{ runner.os }}-bun-
0 commit comments