Skip to content

Anchor net buoy-name patterns with \b to stop matching real vessels #143

Anchor net buoy-name patterns with \b to stop matching real vessels

Anchor net buoy-name patterns with \b to stop matching real vessels #143

Workflow file for this run

name: Lint (type checking, security, code quality, ruff)
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
lfs: false
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: 3.12
- name: Linting
run: |
pip install pre-commit interrogate
pre-commit clean
pre-commit run --all-files