Skip to content

route.viz section of config_inputs.ini keeps going missing; readme updates in code/ #113

route.viz section of config_inputs.ini keeps going missing; readme updates in code/

route.viz section of config_inputs.ini keeps going missing; readme updates in code/ #113

Workflow file for this run

name: Development Checks
on:
# Trigger the workflow on push or pull request,
# but only for the main branch
pull_request:
branches:
- main
- dev
jobs:
linter:
runs-on: ubuntu-latest
steps:
- name: Checkout Code Repository
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: "3.10"
cache: pip
cache-dependency-path: |
requirements.txt
- name: Run pre-commit
uses: pre-commit/[email protected]