Skip to content

Add a test crumb for a param req #523

Add a test crumb for a param req

Add a test crumb for a param req #523

Workflow file for this run

name: Linting
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.9'
- name: Update package index
run: sudo apt-get update
- name: Install Tox and any other packages
run: pip install tox
- name: Run Linter
run: tox -e lint