Skip to content

Extend to support Recorder (#20) #135

Extend to support Recorder (#20)

Extend to support Recorder (#20) #135

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 }}