Skip to content

Commit

Permalink
Merge pull request AXERA-TECH#7 from kalcohol/main-fix-format
Browse files Browse the repository at this point in the history
fix Prettier format change requests
  • Loading branch information
kalcohol authored Dec 5, 2024
2 parents 6d4192d + aa2f5ed commit f2ab9df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.8'
python-version: "3.8"

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.8'
python-version: "3.8"

- name: Install build dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# pyaxengine
# pyaxengine

0 comments on commit f2ab9df

Please sign in to comment.