Skip to content

feat(cli): replace green in help with bold #98

feat(cli): replace green in help with bold

feat(cli): replace green in help with bold #98

Workflow file for this run

name: lint-and-type
on: [push, pull_request]
jobs:
lint-and-type:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
pipx install poethepoet poetry
poetry install
- name: Format
run: poe format
- name: Check spelling
run: poe spell
- name: Lint
run: poe lint
- name: Typecheck
run: poe type