Skip to content

GitHub actions updates #233

GitHub actions updates

GitHub actions updates #233

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version-file: '.python-version'
- name: Lint filenames
run: python ./scripts/lint-filenames.py