mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-01-30 00:31:29 -05:00
21 lines
474 B
YAML
21 lines
474 B
YAML
name: Ruff Metadata Relay
|
|
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" |