Skip to content

Upgrading to widget-code-input 4 and adding tests for lab 4 #172

Upgrading to widget-code-input 4 and adding tests for lab 4

Upgrading to widget-code-input 4 and adding tests for lab 4 #172

Workflow file for this run

name: Lint
on:
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.11"
- run: pip install tox
- name: Lint the code
run: tox -e lint