mirror of
https://github.com/gnh1201/caterpillar.git
synced 2024-11-26 07:21:46 +00:00
Update lint.yml
This commit is contained in:
parent
d592109de4
commit
65f387dbeb
12
.github/workflows/lint.yml
vendored
12
.github/workflows/lint.yml
vendored
|
@ -5,9 +5,9 @@ concurrency:
|
|||
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
ruff:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: chartboost/ruff-action@v1
|
||||
#jobs:
|
||||
# ruff:
|
||||
# runs-on: ubuntu-latest
|
||||
# steps:
|
||||
# - uses: actions/checkout@v4
|
||||
# - uses: chartboost/ruff-action@v1
|
||||
|
|
Loading…
Reference in New Issue
Block a user