Add CI quality kit (ruff + pre-commit + smoke test) and apply ruff fo… #1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: CI | ||
| on: [push, pull_request] | ||
| jobs: | ||
| quality: | ||
| uses: danielstaps/ci-templates/.github/workflows/python-quality.yml@main | ||
|
Check failure on line 5 in .github/workflows/ci.yml
|
||
| with: | ||
| python-version: "3.11" | ||