Skip to content

Commit

Permalink
Fixed Github Actions (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
anpaz authored Dec 2, 2023
1 parent 0e43d10 commit 49c0870
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Lint with ruff
working-directory: src/python
run: ruff --format=github --ignore E501,F401 --target-version=py39 .
run: ruff check --output-format=github --ignore E501,F401 --target-version=py39 .

- name: Install aleph locally
working-directory: src/python
Expand All @@ -87,7 +87,7 @@ jobs:
- name: Lint examples
working-directory: examples/python
run: ruff --format=github --ignore E402 --target-version=py39 .
run: ruff check --output-format=github --ignore E402 --target-version=py39 .

- name: Run examples
working-directory: examples/python
Expand Down

0 comments on commit 49c0870

Please sign in to comment.