Skip to content

Alphabetized TARGET_REPOS #18

Alphabetized TARGET_REPOS

Alphabetized TARGET_REPOS #18

name: Lint pushes + PRs
on: [push, pull_request]
permissions:
contents: read
jobs:
python-lint:
name: Python
runs-on: ubuntu-latest
steps:
- name: Checkout repository code
uses: actions/checkout@v4
- name: Run Ruff
uses: chartboost/ruff-action@v1
yaml-lint:
name: YAML
runs-on: ubuntu-latest
steps:
- name: Checkout repository code
uses: actions/checkout@v4
- name: Install yamllint
run: pip install yamllint
- name: Run yamllint
run: yamllint . -c .yamllint-config.yaml