Skip to content

Release 0.1.4

Release 0.1.4 #47

Workflow file for this run

name: Linter
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout branch
uses: actions/checkout@v4
- name: Install Hatch
uses: pypa/hatch@install
- name: Lint
run: hatch run lint:all