Skip to content

Merge pull request #18 from jspaezp/dependabot/pip/mkdocstrings-0.25.1 #86

Merge pull request #18 from jspaezp/dependabot/pip/mkdocstrings-0.25.1

Merge pull request #18 from jspaezp/dependabot/pip/mkdocstrings-0.25.1 #86

Workflow file for this run

name: Lint
on: [ push, pull_request ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Black
uses: psf/black@stable
- name: Set up Python environment
uses: actions/setup-python@v4
with:
python-version: "3.9"