mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: add backend lint
This commit is contained in:
parent
c6fea27d0d
commit
394bd72747
1 changed files with 8 additions and 0 deletions
8
.github/workflows/backend-lint.yaml
vendored
Normal file
8
.github/workflows/backend-lint.yaml
vendored
Normal 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue