mirror of
https://github.com/derrod/legendary.git
synced 2026-08-22 16:34:52 +00:00
Add Ruff lint workflow
This commit is contained in:
parent
b2a3f0afb9
commit
6e90feddd8
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@v7
|
||||
- uses: astral-sh/ruff-action@278981a28ce3188b1e39527901f38254bf3aac89 # v4.1.0
|
||||
Loading…
Reference in a new issue