Adds ruff linting and formatting (#262)

This commit is contained in:
Gabriel Garrett
2023-12-08 11:30:55 -06:00
committed by GitHub
parent 6ac25db4be
commit 9b7fbbb4f2
6 changed files with 23 additions and 4 deletions
+8
View File
@@ -0,0 +1,8 @@
name: Ruff
on: [push, pull_request]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1