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 398cff5 commit a0adae5Copy full SHA for a0adae5
1 file changed
.github/workflows/lint-on-push-pr.yml
@@ -6,19 +6,9 @@ jobs:
6
runs-on: ubuntu-24.04
7
permissions:
8
contents: read
9
-
10
steps:
11
12
- - name: Checkout repository code
13
- uses: actions/checkout@v7.0.0
14
15
- - name: Set up Node.js
16
- uses: actions/setup-node@v6.4.0
+ - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
+ - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
17
with:
18
node-version: 24
19
20
- - name: Install dependencies
21
- run: npm ci
22
23
- - name: Run ESLint
24
- run: npm run lint
+ - run: npm ci && npm run lint
0 commit comments