Skip to content

Reorganize repo to src-layout, migrate to hatch build system and pyproject.toml #2

Reorganize repo to src-layout, migrate to hatch build system and pyproject.toml

Reorganize repo to src-layout, migrate to hatch build system and pyproject.toml #2

Workflow file for this run

name: CI
on:
push:
paths-ignore:
- 'CHANGELOG.md'
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '0 11 * * 4'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
pre-commit:
uses: ./.github/workflows/step_pre-commit.yml

Check failure on line 18 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" -> "./.github/workflows/step_pre-commit.yml" : failed to fetch workflow: workflow was not found.
codeql:
needs: pre-commit
uses: ./.github/workflows/step_static-analysis.yml
test-pip:
needs: pre-commit
uses: ./.github/workflows/step_tests-pip.yml
test-conda:
needs: pre-commit
uses: ./.github/workflows/step_tests-conda.yml
build:
uses: ./.github/workflows/step_build.yml