Skip to content

Commit

Permalink
WORKFLOW: add command to run in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sahsisunny committed Sep 25, 2023
1 parent be6c16e commit 58dcb27
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/pre-commit-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ jobs:

- name: Prettier check
run: yarn format:check

- name: Test check
run: yarn test
3 changes: 2 additions & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

yarn run check:all
yarn run check:all
yarn run test

0 comments on commit 58dcb27

Please sign in to comment.