Skip to content

SRAWN 2024-06

SRAWN 2024-06 #210

Workflow file for this run

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