mirror of
https://github.com/derrod/legendary.git
synced 2026-08-25 09:24:47 +00:00
14 lines
266 B
YAML
14 lines
266 B
YAML
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
|