-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove Depcheck
- Loading branch information
tal-rofe
committed
Apr 17, 2023
1 parent
e5d08df
commit 9a94b4f
Showing
6 changed files
with
37 additions
and
433 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,21 +8,6 @@ permissions: | |
contents: read | ||
|
||
jobs: | ||
depcheck: | ||
name: Depcheck | ||
|
||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Setup Node environment | ||
uses: Exlint/[email protected] | ||
with: | ||
node-version: 18.15.0 | ||
package-manager: pnpm | ||
package-manager-version: 8.2.0 | ||
|
||
- name: Test Depcheck | ||
run: pnpm depcheck | ||
|
||
inflint: | ||
name: Inflint | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/sh | ||
. "$(dirname "$0")/_/husky.sh" | ||
|
||
pnpm depcheck && pnpm knip && pnpm exec lint-staged | ||
pnpm knip && pnpm exec lint-staged |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.