Skip to content

Commit

Permalink
Update black.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilaa3 committed Oct 27, 2024
1 parent 97ac372 commit 9714461
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ jobs:
pull-requests: write # needed for forks
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Discard local changes
run: |
git reset --hard
- uses: actions/checkout@v4
git pull
- uses: actions/setup-python@v5
with:
python-version: '3.12'
Expand Down

0 comments on commit 9714461

Please sign in to comment.