Skip to content

Commit

Permalink
precommit: replace local job with bot
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Mar 20, 2024
1 parent 4cac852 commit 196c3f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 17 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ concurrency:
cancel-in-progress: ${{ ! (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release/')) }}

jobs:
#check-code:
# uses: Lightning-AI/utilities/.github/workflows/check-code.yml@main
# with:
# actions-ref: main
precommit-run:
uses: Lightning-AI/utilities/.github/workflows/check-precommit.yml@v0.10.1
with:
python-version: "3.10"

check-schema:
uses: Lightning-AI/utilities/.github/workflows/check-schema.yml@v0.10.1
Expand Down
13 changes: 0 additions & 13 deletions .github/workflows/code-lint.yml

This file was deleted.

0 comments on commit 196c3f9

Please sign in to comment.