Add Ruff workflow
This commit is contained in:
14
.github/workflows/ruff.yml
vendored
Normal file
14
.github/workflows/ruff.yml
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
name: Ruff
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
pull_request:
|
||||||
|
schedule:
|
||||||
|
- cron: '0 0 * * *' # Run every day
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
ruff:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- uses: chartboost/ruff-action@v1
|
Reference in New Issue
Block a user