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 e13c84e commit 6a22528Copy full SHA for 6a22528
.github/workflows/pull_request.workflow.yml
@@ -23,7 +23,7 @@ jobs:
23
- uses: actions/setup-node@v4
24
with:
25
node-version: ${{ matrix.node-version }}
26
- - runs: |
+ - run: |
27
npm ci
28
npm run test:lint
29
0 commit comments