Files
infra/.gitea/workflows/wiki-python-linting.yaml
shockrah 42fae4c5d8
Some checks failed
Ansible Linting / ansible-lint (push) Failing after 4s
Secops Linting and Safety Checks / checkov-scan-s3 (push) Failing after 16s
Wiki Resources Sanity Checks / ruff-checks (push) Successful in 16s
Fixing workflow syntax error
2026-04-24 14:35:02 -07:00

18 lines
298 B
YAML

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
with:
src: "wiki-resources"