automated update: 2026-06-10 20:51:44
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
name: Lint Python
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Run Ruff
|
||||
uses: astral-sh/ruff-action@v3
|
||||
with:
|
||||
args: "check" # Can change to "check --fix" to automatically fix issues
|
||||
|
||||
Reference in New Issue
Block a user