Skip to content

Commit

Permalink
Fix some knip issues
Browse files Browse the repository at this point in the history
  • Loading branch information
georgegebbett committed Apr 1, 2024
1 parent 40995e4 commit 75d5f75
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/actions/knip/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: 'Knip'
description: 'Runs Knip against the repository'

runs:
using: "composite"
steps:
- name: Knip
shell: bash
run: pnpm knip

3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ jobs:

- name: Check
run: pnpm check

- name: Knip
uses: ./.github/actions/knip

0 comments on commit 75d5f75

Please sign in to comment.