Skip to content

Commit

Permalink
Merge pull request #28 from spirosmaggioros/fixing_issues
Browse files Browse the repository at this point in the history
[Fix]pre-commit for some reason failed with no explaination
  • Loading branch information
AlexanderGetka-cbica authored Sep 19, 2024
2 parents 0e98269 + 208f8b6 commit 00e12d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: pre-commit
on:
pull_request:
push:
branches: [main]
branches: [main, fixing_issues]

jobs:
pre-commit:
Expand All @@ -12,6 +12,6 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.8'
python-version: "3.12"
- run: pip3 install pre-commit
- run: pre-commit run --files spare_scores/*

0 comments on commit 00e12d6

Please sign in to comment.