mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-15 03:53:41 +02:00
[ci] Add ruff workflow
This commit is contained in:
parent
3eac9214b4
commit
7493750466
2 changed files with 11 additions and 0 deletions
8
.github/workflows/ruff.yml
vendored
Normal file
8
.github/workflows/ruff.yml
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
name: Ruff
|
||||
on: [ push, pull_request ]
|
||||
jobs:
|
||||
ruff:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: astral-sh/ruff-action@v2
|
Loading…
Add table
Add a link
Reference in a new issue