Skip to content

ci: bump python-semantic-release/python-semantic-release #105

ci: bump python-semantic-release/python-semantic-release

ci: bump python-semantic-release/python-semantic-release #105

Workflow file for this run

name: "Lint"
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
lint:
name: "Lint"
runs-on: "ubuntu-latest"
steps:
- name: "Checkout the repository"
uses: "actions/[email protected]"
- name: "Set up Python"
uses: "actions/[email protected]"
with:
python-version: "3.10"
cache: "pip"
- name: "Install requirements"
run: "pipx install hatch"
- name: "Run"
run: "hatch run lint:all"