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 baf88cd commit 690c878Copy full SHA for 690c878
.github/workflows/ci.yml
@@ -9,28 +9,11 @@ on:
9
pull_request:
10
11
jobs:
12
- lint:
13
- name: Lint
14
- runs-on: windows-2022
15
- permissions:
16
- contents: read
17
- timeout-minutes: 10
18
- steps:
19
- - uses: actions/checkout@v2
20
- with:
21
- submodules: recursive
22
- - name: Install Node.js
23
- uses: actions/[email protected]
24
25
- node-version: 22.14.0
26
- - name: Install dependencies
27
- run: yarn
28
- - name: Lint
29
- run: yarn check-prettier
30
-
31
build:
32
name: Build
33
runs-on: windows-2022
+ permissions:
+ contents: read
34
strategy:
35
fail-fast: false
36
matrix:
@@ -49,6 +32,8 @@ jobs:
49
node-version: 22.14.0
50
- name: Install and build dependencies
51
run: yarn
+ - name: Lint
+ run: yarn check-prettier
52
37
- name: Build
53
38
run: yarn build
54
39
- name: Test
0 commit comments