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

[pre-commit.ci] pre-commit suggestions #128

[pre-commit.ci] pre-commit suggestions

[pre-commit.ci] pre-commit suggestions #128

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-schema:
uses: Lightning-AI/utilities/.github/workflows/check-schema.yml@main
with:
azure-dir: ""
# check-package:
# uses: Lightning-AI/utilities/.github/workflows/check-package.yml@main
# with:
# import-name: "pl_sandbox"
# pypi-name: "lightning-sandbox"