Skip to content

Commit

Permalink
Update pre-commit hook workflow to make it pass
Browse files Browse the repository at this point in the history
  • Loading branch information
deepjyoti30-st committed Sep 27, 2024
1 parent 560a263 commit 35033e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pre-commit-hook-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ jobs:
pr-title:
name: Pre commit hook check
runs-on: ubuntu-latest
container: rishabhpoddar/supertokens_flutter_sdk_testing
steps:
- uses: actions/checkout@v2
- name: Make a dummy change to README.md
run: |
echo "# Dummy change for PR check" >> README.md
- run: git init && git add --all && git -c user.name='test' -c user.email='test@example.com' commit -m 'init for pr action'
- run: ./hooks/pre-commit.sh

0 comments on commit 35033e9

Please sign in to comment.