pyerrors/.github/workflows/ruff.yml
2026-04-20 20:34:56 +02:00

15 lines
251 B
YAML

name: ruff
on:
push:
branches:
- master
- develop
pull_request:
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: astral-sh/ruff-action@v3
with:
src: "./pyerrors"