Skip to content

ci: rework actions configuration and pre-commit hooks #1

ci: rework actions configuration and pre-commit hooks

ci: rework actions configuration and pre-commit hooks #1

Workflow file for this run

name: CI Testing Workflow
permissions: {}
# yamllint disable-line rule:truthy
on:
workflow_dispatch:
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
# Make sure commit messages follow the conventional commits convention:
# https://www.conventionalcommits.org
commitlint:
name: Lint Commit Messages
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
fetch-depth: 0
- uses: wagoid/commitlint-github-action@b948419dd99f3fd78a6548d48f94e3df7f6bf3ed # v6.2.1
prek:
name: Run Prek Checks
uses: ./.github/workflows/prek.yml
test:
name: Run Pytest Suite
uses: ./.github/workflows/pytest.yml

Check failure on line 37 in .github/workflows/pr-checks.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pr-checks.yml

Invalid workflow file

error parsing called workflow ".github/workflows/pr-checks.yml" -> "./.github/workflows/pytest.yml" : failed to fetch workflow: workflow was not found.