Skip to content

chore(deps): update python docker tag to v3.12 #440

chore(deps): update python docker tag to v3.12

chore(deps): update python docker tag to v3.12 #440

Workflow file for this run

name: Lint
on:
push:
paths-ignore:
- '**.md'
- '**.svg'
pull_request:
paths-ignore:
- '**.md'
- '**.svg'
jobs:
flake8:
name: Flake8
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.6'
- name: Install Flake8
run: |
python -m pip install --upgrade pip
python -m pip install flake8
- name: Flake8
run: flake8 sourceplusplus