Skip to content

Bump idna from 2.9 to 3.7 in /docker/mware #674

Bump idna from 2.9 to 3.7 in /docker/mware

Bump idna from 2.9 to 3.7 in /docker/mware #674

Workflow file for this run

name: Lint Python code
on: [push]
jobs:
run-python-linter:
name: Run Python linter
runs-on: ubuntu-20.04
steps:
- name: Checkout this repo
uses: actions/checkout@v3
- name: Build the middleware docker image
run: docker/mware/build
- name: Lint
run: ./lint-python