mirror of
https://github.com/gnh1201/caterpillar.git
synced 2024-11-26 15:31:45 +00:00
Merge pull request #38 from zeroday0619/ruff-check-gh-action
Some checks are pending
Ruff / ruff (push) Waiting to run
Some checks are pending
Ruff / ruff (push) Waiting to run
GitHub action configure for ruff action
This commit is contained in:
commit
7abc36d66f
13
.github/workflows/lint.yml
vendored
Normal file
13
.github/workflows/lint.yml
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
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