Skip to content

append arm in installation doc (#450) #419

append arm in installation doc (#450)

append arm in installation doc (#450) #419

Workflow file for this run

name: Flake8
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Debian packages
run: |
sudo apt-get update -qq
sudo apt-get install -y python3-pip
- name: Install dependencies
run: |
sudo python3 -m pip install --upgrade pip
sudo python3 -m pip install flake8
- name: Lint with flake8
run: |
flake8 --count --select=E9,F63,F7,F82 --show-source --statistics snap7 tests
flake8 --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics snap7 tests