Skip to content

tickets/dm42807: Removed the MTM1M3 items from maintel_state_transition_configs.py #932

tickets/dm42807: Removed the MTM1M3 items from maintel_state_transition_configs.py

tickets/dm42807: Removed the MTM1M3 items from maintel_state_transition_configs.py #932

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
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Install
run: pip install -r <(curl https://raw.githubusercontent.com/lsst/linting/master/requirements.txt)
- name: Run linter
run: flake8 --max-line-length=110 --max-doc-length=79 --exclude=__init__.py