Skip to content

Commit

Permalink
Fix update-elements workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Parnassius committed Dec 1, 2024
1 parent 3536590 commit ef377af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-elements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- name: Run script
working-directory: ./spec_parser
run: poetry run parse
- name: Format code using black
run: hatch run black
- name: Format code
run: hatch run ruff-format
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
with:
Expand Down

0 comments on commit ef377af

Please sign in to comment.