Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 6c23d76 + 992d011 commit b100b75Copy full SHA for b100b75
.github/workflows/pr-checks.yml
@@ -10,17 +10,8 @@ on:
10
workflow_dispatch:
11
12
jobs:
13
- lint-js:
14
- name: Lint
15
- runs-on: ubuntu-latest
16
- timeout-minutes: 45
17
-
18
- steps:
19
- - uses: actions/checkout@v3
20
- - name: Run Lint
21
- run: npm run-script lint
22
23
check-js:
+ name: Check JS
24
runs-on: ubuntu-latest
25
timeout-minutes: 45
26
@@ -30,7 +21,11 @@ jobs:
30
node-types-version: [12.12, current]
31
32
steps:
33
+ - name: Checkout
+ uses: actions/checkout@v3
+
27
+ - name: Lint
28
+ run: npm run-script lint
34
29
35
- name: Update version of @types/node
36
if: matrix.node-types-version != 'current'
0 commit comments