Skip to content

Linting and markdown #1

Linting and markdown

Linting and markdown #1

Workflow file for this run

name: Linter
on:
pull_request:
push:
branches: [main]
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- uses: pre-commit/[email protected]