Skip to content

feat: Add country spain and operator renfe #80

feat: Add country spain and operator renfe

feat: Add country spain and operator renfe #80

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