Skip to content

Merge pull request #24 from Don-Felice/plugin_descriptions #110

Merge pull request #24 from Don-Felice/plugin_descriptions

Merge pull request #24 from Don-Felice/plugin_descriptions #110

Workflow file for this run

name: Lint
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.8
uses: actions/setup-python@v4
with:
python-version: 3.8
- name: Install Hatch
run: |
python -m pip install --upgrade pip
pip install hatch
- name: Lint
run: |
hatch run lint