Skip to content

Add CI quality kit (ruff + pre-commit + smoke test) and apply ruff fo… #1

Add CI quality kit (ruff + pre-commit + smoke test) and apply ruff fo…

Add CI quality kit (ruff + pre-commit + smoke test) and apply ruff fo… #1

Workflow file for this run

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

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yml" -> "danielstaps/ci-templates/.github/workflows/python-quality.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
python-version: "3.11"