Skip to content

Check if all used CRS in a schematisation match #679

Check if all used CRS in a schematisation match

Check if all used CRS in a schematisation match #679

Workflow file for this run

name: Lint
on:
push:
branches:
- master
- fixes_*
tags:
- '*'
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.9
- name: Run black, flake8, isort
uses: pre-commit/[email protected]