Skip to content

some fixing of the tests #175

some fixing of the tests

some fixing of the tests #175

Workflow file for this run

---
name: Linting
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]