This repository has been archived by the owner on Nov 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* use generalized CI checks * mypy Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
08801bb
commit 4bf8b9f
Showing
6 changed files
with
77 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
name: General checks | ||
|
||
on: | ||
push: | ||
branches: [master] | ||
pull_request: | ||
branches: [master] | ||
|
||
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-code: | ||
uses: Lightning-AI/utilities/.github/workflows/[email protected] | ||
|
||
check-schema: | ||
uses: Lightning-AI/utilities/.github/workflows/[email protected] | ||
with: | ||
azure-dir: "" | ||
|
||
check-package: | ||
uses: Lightning-AI/utilities/.github/workflows/[email protected] | ||
with: | ||
import-name: "lightning_transformers" | ||
pypi-name: "lightning-transformers" | ||
|
||
# TODO: use also this after resolving bug with actions: https://github.com/Lightning-AI/utilities/pull/51 | ||
# check-docs: | ||
# uses: Lightning-AI/utilities/.github/workflows/check-docs.yml@main | ||
# with: | ||
# requirements-file: "docs/requirements.txt" |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters