Skip to content

Don't add docs/ to index links (#65) #245

Don't add docs/ to index links (#65)

Don't add docs/ to index links (#65) #245

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@v3
- name: Use Python
uses: actions/setup-python@v4
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