Skip to content

Fix/check append rep #122

Fix/check append rep

Fix/check append rep #122

Workflow file for this run

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"