Skip to content

National Flood Hazard Layer #28

National Flood Hazard Layer

National Flood Hazard Layer #28

Workflow file for this run

name: Linting
on:
pull_request:
workflow_dispatch: # allows you to trigger manually
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: excitedleigh/setup-nox@v2.1.0
- run: nox -s pre-commit