We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c5a597 commit 35ffe55Copy full SHA for 35ffe55
1 file changed
.github/workflows/ci.yaml
@@ -5,28 +5,9 @@ on:
5
pull_request:
6
name: ci
7
jobs:
8
- test:
9
- runs-on: ubuntu-latest
10
- steps:
11
- - uses: actions/checkout@v4
12
- - uses: actions/setup-node@v4
13
- with:
14
- node-version: 18
15
- - run: npm install
16
- - run: npm test
17
- lint:
18
19
20
21
22
23
24
25
- - run: npm run lint
26
release:
27
if: github.ref == 'refs/heads/main'
28
runs-on: ubuntu-latest
29
- needs: [test, lint]
30
steps:
31
- uses: actions/checkout@v4
32
- uses: actions/setup-node@v4
0 commit comments