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 4012896 commit 5341238Copy full SHA for 5341238
.github/workflows/build.yml
@@ -26,10 +26,11 @@ jobs:
26
- uses: ./.github/actions/install
27
- name: Lint
28
run: pnpm nx run-many --target=lint --all
29
+
30
check-spell:
31
name: Check spelling
32
runs-on: ubuntu-latest
- needs: install
33
+ needs: lint
34
steps:
35
- name: Check out
36
uses: actions/checkout@v4
0 commit comments