Skip to content

Commit

Permalink
fixed the pre-commit error
Browse files Browse the repository at this point in the history
  • Loading branch information
Sachinbisht27 committed Jan 10, 2024
1 parent ea22c18 commit 6b62702
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: pre-commit/[email protected]
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.9'
- uses: pre-commit/[email protected]

0 comments on commit 6b62702

Please sign in to comment.