Skip to content

Workflow file for this run

name: General checks
on:
push:
branches: [main, "release/*"]
pull_request:
branches: [main, "release/*"]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref }}
cancel-in-progress: ${{ ! (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release/')) }}
jobs:
check-precommit:
uses: Lightning-AI/utilities/.github/workflows/check-precommit.yml@main
check-typing:
uses: Lightning-AI/utilities/.github/workflows/check-typing.yml@main
with:
actions-ref: main
check-schema:
uses: Lightning-AI/utilities/.github/workflows/check-schema.yml@main
with:
azure-dir: ""
check-package:
uses: ./check-typing.yml

Check failure on line 28 in .github/workflows/ci-checks.yml

View workflow run for this annotation

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

Invalid workflow file

invalid value workflow reference: no version specified
with:
actions-ref: main
import-name: "lit_data"
artifact-name: dist-packages-${{ github.sha }}
testing-matrix: |
{
"os": ["ubuntu-latest", "macos-latest", "windows-latest"],
"python-version": ["3.8", "3.10"]
}
check-docs:
uses: Lightning-AI/utilities/.github/workflows/check-docs.yml@main
with:
requirements-file: "requirements/docs.txt"