Skip to content

Stop printing pages #293

Stop printing pages

Stop printing pages #293

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Tox
run: pip3 install tox
- name: Update clang-format
run: pip3 install --upgrade pip; pip3 install clang-format
- name: Check linting with Flake8
run: tox -e check_lint