mirror of
https://github.com/gnh1201/caterpillar.git
synced 2024-11-26 15:31:45 +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 }}
|
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.ref }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
#jobs:
|
||||||
ruff:
|
# ruff:
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
steps:
|
# steps:
|
||||||
- uses: actions/checkout@v4
|
# - uses: actions/checkout@v4
|
||||||
- uses: chartboost/ruff-action@v1
|
# - uses: chartboost/ruff-action@v1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user