We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6685b93 commit a29a45eCopy full SHA for a29a45e
1 file changed
.github/workflows/ci.yaml
@@ -1,12 +1,8 @@
1
name: ci
2
on:
3
- push:
4
- branches:
5
- - main
6
pull_request:
7
branches:
8
- main
9
-
10
jobs:
11
ci:
12
runs-on: ubuntu-latest
@@ -19,19 +15,9 @@ jobs:
19
15
with:
20
16
node-version: 16.x
21
17
cache: yarn
22
- - name: Install dependencies
18
+ - name: Dependency installation
23
run: yarn install --frozen-lockfile
24
- - name: Lint
25
- run: yarn lint
26
- - name: Type check
27
- run: yarn type-check
28
29
30
31
- run: yarn install
32
33
- name: Lint check
34
run: yarn lint
35
36
- name: Type check
37
+ run: yarn type-check
0 commit comments