new simple workflow for ruff linter checks
This commit is contained in:
18
.gitea/workflows/wiki-python-linting.yaml
Normal file
18
.gitea/workflows/wiki-python-linting.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
name: Wiki Resources Sanity Checks
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
|
||||
jobs:
|
||||
ruff-checks:
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v4
|
||||
- name: Perform linting with ruff
|
||||
uses: astral-sh/ruff-action@v3
|
||||
run: ruff check
|
||||
with:
|
||||
src: "wiki-resources"
|
||||
Reference in New Issue
Block a user