Skip to content

Commit

Permalink
fix knip
Browse files Browse the repository at this point in the history
  • Loading branch information
ponderingdemocritus committed Sep 1, 2024
1 parent b33a611 commit e072dcd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 26 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,19 @@ jobs:

- name: Typecheck
run: turbo typecheck

knip:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Install pnpm
run: |
corepack enable
corepack prepare pnpm@latest --activate
- name: Setup
uses: ./tooling/github/setup

- name: Knip
run: pnpm knip
26 changes: 0 additions & 26 deletions .github/workflows/knip.yml

This file was deleted.

0 comments on commit e072dcd

Please sign in to comment.