Remove unused check

This commit is contained in:
Krzysztof Wolski 2022-07-20 16:21:47 +02:00
parent 6540dc8001
commit 88d1dc6322

View file

@ -16,10 +16,7 @@ jobs:
run: pnpm install
- name: Check linters
run: pnpm lint
- name: Validate paths
run: |
pnpm paths
git diff --exit-code ./lib/\$path.ts
build:
runs-on: ubuntu-latest
steps: