Skip to content

Commit

Permalink
ci: merge general checks | v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Aug 22, 2023
1 parent a8afb51 commit 928fbfc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 22 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/ci-check-md-links.yml

This file was deleted.

10 changes: 8 additions & 2 deletions .github/workflows/ci-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:

jobs:
check-code:
uses: Lightning-AI/utilities/.github/workflows/check-code.yml@main
uses: Lightning-AI/utilities/.github/workflows/check-code.yml@v0.9.0
with:
actions-ref: main
extra-typing: typing
Expand All @@ -21,7 +21,8 @@ jobs:
uses: Lightning-AI/utilities/.github/workflows/[email protected]

check-package:
uses: Lightning-AI/utilities/.github/workflows/check-package.yml@main
if: github.event.pull_request.draft == false
uses: Lightning-AI/utilities/.github/workflows/[email protected]
with:
actions-ref: main
artifact-name: dist-packages-${{ github.sha }}
Expand All @@ -31,3 +32,8 @@ jobs:
"os": ["ubuntu-20.04", "macos-11", "windows-2022"],
"python-version": ["3.8", "3.10"]
}
check-md-links:
uses: Lightning-AI/utilities/.github/workflows/[email protected]
with:
config-file: ".github/workflows/markdown.links.config.json"

0 comments on commit 928fbfc

Please sign in to comment.