Skip to content

Commit

Permalink
Fix CI (#1)
Browse files Browse the repository at this point in the history
* Print some debug information

* Try potential fix

Via actions/checkout#1169 (comment)

* Would be great if I didn't fat-finger the fix, rip

* Remove debug prints
  • Loading branch information
kobaltcore committed Feb 11, 2023
1 parent 7a20abc commit 5ece77a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
poetry install
- name: Run pre-commit
run: |
git config --system --add safe.directory /__w/renpyfmt/renpyfmt
poetry run pre-commit run -a
upload-release:
Expand Down

0 comments on commit 5ece77a

Please sign in to comment.