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 f6f276b commit f9baf2fCopy full SHA for f9baf2f
.github/workflows/ci.yml
@@ -9,22 +9,6 @@ on:
9
- main
10
11
jobs:
12
- lint:
13
- runs-on: ubuntu-latest
14
-
15
- steps:
16
- - uses: actions/checkout@v4
17
- - run: corepack enable
18
- - uses: actions/setup-node@v4
19
- with:
20
- node-version: 20
21
22
- - name: Install dependencies
23
- run: npx nypm@latest i
24
25
- - name: Lint
26
- run: npm run lint
27
28
test:
29
runs-on: ubuntu-latest
30
0 commit comments