Skip to content

PyBMFT will be skipped if the marsh is discovered to have drowned. Ca… #47

PyBMFT will be skipped if the marsh is discovered to have drowned. Ca…

PyBMFT will be skipped if the marsh is discovered to have drowned. Ca… #47

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: 3.11
- name: Lint
run: |
pip install nox
nox -s lint