Skip to content

adding check for valid GHA & broken links #11

adding check for valid GHA & broken links

adding check for valid GHA & broken links #11

Workflow file for this run

name: General checks
on:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
jobs:
#check-code:
# uses: Lightning-AI/utilities/.github/workflows/[email protected]
# with:
# actions-ref: main
# extra-typing: typing
check-schema:
uses: Lightning-AI/utilities/.github/workflows/[email protected]
with:
azure-dir: ""
check-md-links:
uses: Lightning-AI/utilities/.github/workflows/[email protected]
with:
config-file: ".github/markdown.links.config.json"