Skip to content

Commit

Permalink
try ruff's github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Xenepix committed Feb 27, 2024
1 parent 2d0997b commit 8aa753e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,5 @@ jobs:
- uses: chartboost/ruff-action@v1
with:
src: "."
args: --config .github/pyproject.toml
- name: Run a one-line script
run: |
"ls -l"
# args: --config .github/pyproject.toml
args: --config ./pyproject.toml

0 comments on commit 8aa753e

Please sign in to comment.