Skip to content

Commit

Permalink
fix: syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
ongsici committed Oct 21, 2024
1 parent 94cc203 commit a495fa2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ jobs:
python-formatting:
runs-on: ubuntu-latest
steps:
- name: Checkout
- name: Checkout
uses: actions/checkout@v4
- name: Setup Python
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.12
- name: Install flake8
- name: Install flake8
run: pip install flake8
- name: Run flake8
- name: Run flake8
run: flake8 .

0 comments on commit a495fa2

Please sign in to comment.