Skip to content

Remove assumptions of environment management #235

Remove assumptions of environment management

Remove assumptions of environment management #235

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@v4
with:
python-version-file: '.python-version'
- name: Lint filenames
run: python ./scripts/lint-filenames.py