Skip to content

chore(deps): bump actions/download-artifact from 5 to 6 in the gha-updates group #2957

chore(deps): bump actions/download-artifact from 5 to 6 in the gha-updates group

chore(deps): bump actions/download-artifact from 5 to 6 in the gha-updates group #2957

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-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: Lightning-AI/utilities/.github/workflows/check-package.yml@main
with:
actions-ref: main
import-name: "litdata"
artifact-name: dist-packages-${{ github.sha }}
testing-matrix: |
{
"os": ["ubuntu-latest", "macos-14", "windows-latest"],
"python-version": ["3.9", "3.10"]
}
check-docs:
uses: Lightning-AI/utilities/.github/workflows/check-docs.yml@main
with:
requirements-file: "requirements/docs.txt"
check-md-links:
uses: Lightning-AI/utilities/.github/workflows/check-md-links.yml@main
with:
config-file: ".github/markdown-links-config.json"
base-branch: "main"
force-check-all: "yes"