Remove unused check
This commit is contained in:
parent
6540dc8001
commit
88d1dc6322
1 changed files with 1 additions and 4 deletions
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
@ -16,10 +16,7 @@ jobs:
|
||||||
run: pnpm install
|
run: pnpm install
|
||||||
- name: Check linters
|
- name: Check linters
|
||||||
run: pnpm lint
|
run: pnpm lint
|
||||||
- name: Validate paths
|
|
||||||
run: |
|
|
||||||
pnpm paths
|
|
||||||
git diff --exit-code ./lib/\$path.ts
|
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue