Merge branch 'develop' into ci/use_uv

This commit is contained in:
Fabian Joswig 2025-01-09 09:52:26 +01:00 committed by GitHub
commit 80fb314c24
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 219 additions and 166 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"