mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-18 09:54:07 +02:00
add/modify github workflows
This commit is contained in:
21
.github/workflows/python-lint_metadata_relay.yaml
vendored
Normal file
21
.github/workflows/python-lint_metadata_relay.yaml
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
name: Ruff
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- 'metadata_relay/**'
|
||||
- '.github/workflows/python-lint_metadata_relay.yaml'
|
||||
pull_request:
|
||||
paths:
|
||||
- 'metadata_relay/**'
|
||||
- '.github/workflows/python-lint_metadata_relay.yaml'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
ruff:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: astral-sh/ruff-action@v3
|
||||
with:
|
||||
src: "./metadata_relay"
|
||||
Reference in New Issue
Block a user