add ruff formatting info and CI pipeline
This commit is contained in:
parent
1a7316d54c
commit
1030328420
3 changed files with 14 additions and 1 deletions
11
.github/workflows/ruff.yaml
vendored
Normal file
11
.github/workflows/ruff.yaml
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
name: Ruff
|
||||
on: [ push, pull_request ]
|
||||
jobs:
|
||||
ruff:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: chartboost/ruff-action@v1
|
||||
with:
|
||||
version: 0.4.2
|
||||
args: 'format --check'
|
||||
Loading…
Add table
Add a link
Reference in a new issue