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 ee56a1c commit 623a63cCopy full SHA for 623a63c
.github/workflows/ci.yml
@@ -1,33 +1,34 @@
1
name: CI
2
on:
3
- push:
4
pull_request:
+ push:
5
+ branches:
6
+ - master
7
jobs:
8
lint:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v4
12
- run: npm i
13
- run: npm run lint
-
14
+
15
typecheck:
16
17
18
19
20
- run: npm run typecheck
21
22
test:
23
24
25
26
27
- run: npm run coverage
28
29
buildcheck:
30
31
32
33
34
- run: npm run build
0 commit comments