We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fbd6a7 commit 83f05cdCopy full SHA for 83f05cd
.github/workflows/js_lint.yaml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
- uses: actions/checkout@v4
19
- - uses: ./.github/setup-node/action.yaml
+ - uses: ./.github/setup-node/
20
- run: yarn install --frozen-lockfile
21
working-directory: client
22
- name: Run ESLint
0 commit comments