mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-02-10 20:02:29 +00:00
add ruff formatting info and CI pipeline
This commit is contained in:
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'
|
||||
Reference in New Issue
Block a user