Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
ci: set checks v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Nov 29, 2023
1 parent aed74d0 commit 7bc6dc4
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/ci-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,18 @@ concurrency:
cancel-in-progress: ${{ ! (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release/')) }}

jobs:
check-code:
uses: Lightning-AI/utilities/.github/workflows/check-code.yml@main
with:
actions-ref: main
check-precommit:
uses: Lightning-AI/utilities/.github/workflows/check-precommit.yml@v0.10.0

check-schema:
uses: Lightning-AI/utilities/.github/workflows/check-schema.yml@main
uses: Lightning-AI/utilities/.github/workflows/check-schema.yml@v0.10.0
with:
azure-dir: ""

check-package:
uses: Lightning-AI/utilities/.github/workflows/check-package.yml@main
uses: Lightning-AI/utilities/.github/workflows/check-package.yml@v0.10.0
with:
actions-ref: main
actions-ref: v0.10.0
import-name: "lightning_galvatron"
artifact-name: dist-packages-${{ github.sha }}
testing-matrix: |
Expand All @@ -34,6 +32,6 @@ jobs:
}
check-docs:
uses: Lightning-AI/utilities/.github/workflows/check-docs.yml@main
uses: Lightning-AI/utilities/.github/workflows/check-docs.yml@v0.10.0
with:
requirements-file: "_requirements/docs.txt"

0 comments on commit 7bc6dc4

Please sign in to comment.