Skip to content

Commit

Permalink
ci: knip (#859)
Browse files Browse the repository at this point in the history
* ci: knip

* ci: don't run against node 14

* chore: uninstall knip

* Revert "chore: uninstall knip"

This reverts commit af66cb9.

* chore: okay actually we can bring knip back!
  • Loading branch information
kanadgupta authored Aug 18, 2023
1 parent c731194 commit 8ca7e45
Show file tree
Hide file tree
Showing 16 changed files with 15,562 additions and 10,714 deletions.
3 changes: 0 additions & 3 deletions .alexrc.js

This file was deleted.

1 change: 1 addition & 0 deletions .alexrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
profanitySureness: 1
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
node-version:
- 14
# - 14
- 16
- 18
- 20
Expand Down
9 changes: 9 additions & 0 deletions knip.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import type { KnipConfig } from 'knip';

const config: KnipConfig = {
ignore: ['bin/*.js', 'config/default.js'],
ignoreBinaries: ['semantic-release'],
ignoreDependencies: ['editor'],
};

export default config;
Loading

0 comments on commit 8ca7e45

Please sign in to comment.