16 lines
264 B
YAML
16 lines
264 B
YAML
|
name: Ruff Lint
|
||
|
|
||
|
on:
|
||
|
push:
|
||
|
branches:
|
||
|
- 'main'
|
||
|
pull_request:
|
||
|
types: [opened, synchronize, reopened, ready_for_review]
|
||
|
|
||
|
jobs:
|
||
|
run:
|
||
|
runs-on: ubuntu-latest
|
||
|
steps:
|
||
|
- uses: actions/checkout@v2
|
||
|
- uses: jpetrucciani/ruff-check@main
|