Skip to content

Restored name to more descriptive ver to align w/ my other workflows #5

Restored name to more descriptive ver to align w/ my other workflows

Restored name to more descriptive ver to align w/ my other workflows #5

name: Lint pushes/PRs
on: [push, pull_request]
jobs:
python-lint:
name: Python
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
yaml-lint:
name: YAML
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
pip install yamllint
yamllint . -c .yamllint-config.yaml