Skip to content

ci: allow packaging-dev and lint-sites on dev branches #1

ci: allow packaging-dev and lint-sites on dev branches

ci: allow packaging-dev and lint-sites on dev branches #1

Workflow file for this run

name: Lint included sites list file
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.12"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Invoke the linter
run: python scripts/lint_sites.py sites.json