Skip to content

fix: Eurostar booking is via International Rail Ltd, not National Rail #72

fix: Eurostar booking is via International Rail Ltd, not National Rail

fix: Eurostar booking is via International Rail Ltd, not National Rail #72

Workflow file for this run

name: lint
on:
push:
branches: ['**']
pull_request:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install uv
uses: astral-sh/setup-uv@v5
- name: Run pre-commit
run: |-
uvx --with pre-commit-uv pre-commit run --all-files
- name: Print changed files
if: failure()
run: |-
git add . && git status -vv