Skip to content

Allow for float max_dealay values in env variable and change default … #17

Allow for float max_dealay values in env variable and change default …

Allow for float max_dealay values in env variable and change default … #17

Workflow file for this run

name: Lint
on:
push:
branches: "*"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements-dev.txt
- name: Run lint tools
run: |
make lint-local