Skip to content

Commit

Permalink
chore: fix following bump to Husky v9.1.1 (#335)
Browse files Browse the repository at this point in the history
Not sure why we are building the website from PRs in the
backstage-plugins repo, but PR checks in the
janus-idp/backstage-plugins repo are failing due to an error
about dirty workspaces. See [1].

This has been narrowed down to the bump of Husky to v9.1.1 [2],
which, according to the release notes [3], makes Husky automatically
remove some deprecated statements.

[1] https://github.com/janus-idp/backstage-plugins/actions/workflows/pr-website.yaml
[2] #330
[3] https://github.com/typicode/husky/releases/tag/v9.1.1
  • Loading branch information
rm3l authored Jul 23, 2024
1 parent ffbc0d5 commit 413c0a7
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .husky/post-checkout
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

./.husky/scripts/sync-node-modules
2 changes: 0 additions & 2 deletions .husky/post-merge
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

./.husky/scripts/sync-node-modules
2 changes: 0 additions & 2 deletions .husky/post-rewrite
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

./.husky/scripts/sync-node-modules
2 changes: 0 additions & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npm run lint-staged

0 comments on commit 413c0a7

Please sign in to comment.