Skip to content

Commit

Permalink
Add slonik
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Oct 8, 2023
1 parent 2f0ab1d commit 222560b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,13 @@ jobs:
- run: bun install
- run: bun link knip
- run: bun knip

- name: Test Knip against slonik
uses: actions/checkout@v3
with:
repository: webpro/slonik
path: slonik
ref: chore/upgrade-knip
- run: bun install
- run: bun link knip
- run: bun knip

0 comments on commit 222560b

Please sign in to comment.