We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c505c3 commit 2f7f79fCopy full SHA for 2f7f79f
.github/workflows/test.yml
@@ -24,8 +24,6 @@ jobs:
24
run: pnpm install
25
- name: Lint
26
run: pnpm lint
27
- - name: Lint docs
28
- run: pnpm lint:docs
29
test:
30
name: 'Test for Node.js ${{ matrix.node }} on ${{ matrix.os }}'
31
runs-on: ${{ matrix.os }}
0 commit comments