Skip to content

Commit

Permalink
Merge pull request #41 from Drish-xD/fix-ci
Browse files Browse the repository at this point in the history
Fix: CI Workflow
  • Loading branch information
suryabulusu authored May 6, 2024
2 parents 84bb674 + 63ea20e commit 2d307be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/action@v3.0.1
- uses: pre-commit/action@v2.0.3
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ repos:
rev: v4.5.0
hooks:
- id: trailing-whitespace
exclude: ^.github/.*TEMPLATE
- id: end-of-file-fixer
- id: check-json
- id: check-yaml
Expand Down

0 comments on commit 2d307be

Please sign in to comment.