Skip to content

Commit

Permalink
ci: πŸš€ replace Depcheck with Knip
Browse files Browse the repository at this point in the history
replace Depcheck with Knip
  • Loading branch information
tal-rofe committed Aug 17, 2023
1 parent 549afa6 commit a8d8691
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ permissions:
contents: read

jobs:
depcheck:
name: Depcheck
knip:
name: Knip

runs-on: ubuntu-latest
steps:
Expand All @@ -20,8 +20,8 @@ jobs:
package-manager: pnpm
package-manager-version: 8.6.12

- name: Test Depcheck
run: pnpm depcheck
- name: Test Knip
run: pnpm knip

inflint:
name: Inflint
Expand Down

0 comments on commit a8d8691

Please sign in to comment.