mirror of
https://github.com/gnh1201/caterpillar.git
synced 2025-02-06 06:55:00 +00:00
Delete .github/workflows/lint.yml
This commit is contained in:
parent
a97160f9a0
commit
03b2315211
13
.github/workflows/lint.yml
vendored
13
.github/workflows/lint.yml
vendored
|
@ -1,13 +0,0 @@
|
||||||
name: Ruff
|
|
||||||
on: [push, pull_request]
|
|
||||||
|
|
||||||
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
|
|
Loading…
Reference in New Issue
Block a user