Skip to content

Don't add docs/ to index links #243

Don't add docs/ to index links

Don't add docs/ to index links #243

Workflow file for this run

name: Lint
on: [push, pull_request, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install flake8
run: pip3 install flake8
- name: Install shellcheck
run: sudo apt install shellcheck
- name: Lint
run: make lint