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 9867e6c commit c121778Copy full SHA for c121778
.github/workflows/ci.yml
@@ -10,37 +10,6 @@ permissions:
10
contents: read
11
12
jobs:
13
- lint:
14
- name: Lint
15
- runs-on: ${{ matrix.os }}
16
- strategy:
17
- matrix:
18
- os:
19
- - ubuntu-latest
20
- # - macos-latest
21
- - windows-latest
22
-
23
- steps:
24
- - name: Checkout code
25
- uses: actions/checkout@v4
26
- with:
27
- fetch-depth: 0
28
29
- - name: Setup pnpm
30
- uses: pnpm/action-setup@v2
31
32
- version: 10
33
- run_install: true
34
35
- - name: Setup Node.js
36
- uses: actions/setup-node@v4
37
38
- node-version: 22
39
- cache: pnpm
40
41
- - name: Lint
42
- run: pnpm run lint
43
44
check:
45
name: Check
46
runs-on: ${{ matrix.os }}
0 commit comments