mirror of
https://github.com/derrod/legendary.git
synced 2026-05-07 06:23:22 +00:00
Add Ruff lint workflow
This commit is contained in:
parent
fc1f4b89c5
commit
301b89749b
13
.github/workflows/lint-ruff.yml
vendored
Normal file
13
.github/workflows/lint-ruff.yml
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name: Lint with Ruff
|
||||
on:
|
||||
push:
|
||||
branches: [ '*' ]
|
||||
pull_request:
|
||||
branches: [ '*' ]
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
- uses: astral-sh/ruff-action@v3
|
||||
Loading…
Reference in a new issue