add/modify github workflows

This commit is contained in:
maxDorninger
2025-06-28 17:25:10 +02:00
parent 5c14f0df28
commit 01d31eb7b5
4 changed files with 93 additions and 2 deletions

View 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"