feat: add backend lint

This commit is contained in:
swve 2023-05-07 20:16:06 +00:00
parent c6fea27d0d
commit 394bd72747

8
.github/workflows/backend-lint.yaml vendored Normal file
View file

@ -0,0 +1,8 @@
name: Backend Lint
on: [ push, pull_request ]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1