Skip to content

Commit

Permalink
Update action
Browse files Browse the repository at this point in the history
  • Loading branch information
mlund committed Dec 25, 2023
1 parent 4107203 commit c4fca87
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
name: ruff
on: [push]

uses: jpetrucciani/ruff-check@main
with:
path: '.'

jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: ruff-check
id: ruff-check
uses: jpetrucciani/ruff-check@main
with:
path: '.'

0 comments on commit c4fca87

Please sign in to comment.