We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f8e6c4 commit 986ff48Copy full SHA for 986ff48
.github/workflows/lint.yml
@@ -8,7 +8,6 @@ jobs:
8
- uses: actions/setup-node@v4
9
with:
10
node-version: 20
11
- cache: 'npm'
12
- run: npm ci
13
- run: npm run lint
14
- name: Typecheck
.github/workflows/tests.yml
@@ -11,7 +11,6 @@ jobs:
node-version: ${{ matrix.node-version }}
15
16
- run: npm run build
17
- name: Setup git
0 commit comments