mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-18 16:54:02 +02:00
add ruff check to gh workflows
This commit is contained in:
9
.github/workflows/build-push-backend.yml
vendored
9
.github/workflows/build-push-backend.yml
vendored
@@ -18,7 +18,16 @@ on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
lint-code:
|
||||
name: Lint Python Code
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: astral-sh/ruff-action@v3
|
||||
|
||||
run-tests:
|
||||
needs: lint-code
|
||||
name: Run Python Tests
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
||||
Reference in New Issue
Block a user