Skip to content

Update repo

Update repo #8

Workflow file for this run

name: Lint and style checks
on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: pre-commit/[email protected]
- uses: gaurav-nelson/github-action-markdown-link-check@v1