Skip to content

Update building.rst #138

Update building.rst

Update building.rst #138

Workflow file for this run

name: lint
on:
workflow_dispatch:
push:
jobs:
lint:
name: Python Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: "3.9"
- name: Run flake8
uses: julianwachholz/flake8-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}