Create ruff.yml

This commit is contained in:
Nathan Thomas 2024-05-14 16:10:52 -07:00 committed by GitHub
parent c646c01789
commit 178168cc68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 11 additions and 0 deletions

11
.github/workflows/ruff.yml vendored Normal file
View 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
- uses: chartboost/ruff-action@v1
with:
args: 'format --check'