@@ -35,37 +35,39 @@ jobs:
35
35
github_token : ${{ secrets.github_token }}
36
36
reporter : github-pr-review
37
37
38
- lint_knip :
39
- name : Knip
40
- runs-on : macos-latest
41
- if : ${{ github.event_name == 'pull_request' }}
42
- timeout-minutes : 1
43
- steps :
44
- # https://github.com/actions/checkout
45
- - uses : actions/checkout@v4
46
-
47
- # https://nodejs.org/api/corepack.html
48
- - name : Enable corepack (for pnpm)
49
- run : corepack enable
50
-
51
- # https://github.com/actions/setup-node
52
- - name : Setup Node.js
53
- uses : actions/setup-node@v4
54
- with :
55
- cache : pnpm
56
- node-version-file : " .node-version"
57
-
58
- # https://pnpm.io/cli/install
59
- - name : Install Node.js dependencies with pnpm
60
- run : >
61
- pnpm install
62
- --frozen-lockfile
63
-
64
- # https://github.com/Codex-/knip-reporter
65
- - name : Create Knip report
66
- uses : codex-/knip-reporter@v2
67
- with :
68
- verbose : true
38
+ # FIXME: Restore it
39
+ # lint_knip:
40
+ # name: Knip
41
+ # runs-on: macos-latest
42
+ # if: ${{ github.event_name == 'pull_request' }}
43
+ # timeout-minutes: 1
44
+ # steps:
45
+ # # https://github.com/actions/checkout
46
+ # - uses: actions/checkout@v4
47
+ #
48
+ # # https://nodejs.org/api/corepack.html
49
+ # - name: Enable corepack (for pnpm)
50
+ # run: corepack enable
51
+ #
52
+ # # https://github.com/actions/setup-node
53
+ # - name: Setup Node.js
54
+ # uses: actions/setup-node@v4
55
+ # with:
56
+ # cache: pnpm
57
+ # node-version-file: ".node-version"
58
+ #
59
+ # # https://pnpm.io/cli/install
60
+ # - name: Install Node.js dependencies with pnpm
61
+ # run: >
62
+ # pnpm install
63
+ # --frozen-lockfile
64
+ #
65
+ # # https://github.com/Codex-/knip-reporter
66
+ # - name: Create Knip report
67
+ # uses: codex-/knip-reporter@v2
68
+ # with:
69
+ # command_script_name: pnpm run "lint:knip"
70
+ # verbose: true
69
71
70
72
lint_tsc :
71
73
name : TSC
0 commit comments