Skip to content

docs: update keywords in pyproject.toml (#117) #104

docs: update keywords in pyproject.toml (#117)

docs: update keywords in pyproject.toml (#117) #104

Workflow file for this run

name: CI
on:
push:
branches: [main]
concurrency:
group: ci-${{ github.head_ref }}
cancel-in-progress: true
env:
PYTHONUNBUFFERED: 1
FORCE_COLOR: 1
CLICOLOR_FORCE: 1
permissions:
contents: read
jobs:
lint:
uses: ./.github/workflows/lint.yml
test:
uses: ./.github/workflows/test.yml
secrets: inherit