Merge branch 'develop' into documentation

This commit is contained in:
fjosw 2025-01-06 09:47:02 +00:00
commit 8a798c838d
4 changed files with 58 additions and 9 deletions

15
.github/workflows/ruff.yml vendored Normal file
View file

@ -0,0 +1,15 @@
name: ruff
on:
push:
branches:
- master
- develop
pull_request:
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v2
with:
src: "./pyerrors"