Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

CI + testing req.

CI + testing req. #150

Workflow file for this run

name: General Checks
on:
push:
branches: [master, "release/*"]
pull_request:
branches: [master, "release/*"]
jobs:
check-schema:
uses: Lightning-AI/utilities/.github/workflows/[email protected]
with:
azure-dir: '' # ToDo
check-package:
uses: Lightning-AI/utilities/.github/workflows/[email protected]
with:
actions-ref: v0.8.0
artifact-name: dist-packages-${{ github.sha }}
import-name: "flash"