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 f374122 commit 2d0997b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Ruff
on: [push, pull_request]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
with:
src: "."
args: --config .github/pyproject.toml
- name: Run a one-line script
run: |
"ls -l"

0 comments on commit 2d0997b

Please sign in to comment.