We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3794fea commit 77aa175Copy full SHA for 77aa175
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: actions/cache/restore@v4
24
with:
25
path: .nx
26
- key: nx-cache-lint-${{ github.ref }}
+ key: nx-cache-lint-foo
27
- name: Derive appropriate SHAs for base and head for `nx affected` commands
28
if: github.event_name == 'pull_request'
29
uses: nrwl/nx-set-shas@v2
@@ -40,7 +40,7 @@ jobs:
40
if: always()
41
uses: actions/cache/save@v4
42
43
44
45
46
check-spell:
0 commit comments