Skip to content

Add items_total to linkintegrity endpoint #2161

Add items_total to linkintegrity endpoint

Add items_total to linkintegrity endpoint #2161

Workflow file for this run

name: Flake 8
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: [3.8]
steps:
# git checkout
- uses: actions/checkout@v3
# python setup
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: pip
# install flake8
- name: install flake8
run: pip install flake8==$(awk '/^flake8 =/{print $NF}' versions.cfg)
# run black
- name: run flake8
run: flake8 src/ setup.py