Skip to content

Update pypa/gh-action-pypi-publish action to v1.9.0 #73

Update pypa/gh-action-pypi-publish action to v1.9.0

Update pypa/gh-action-pypi-publish action to v1.9.0 #73

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
env:
COLUMNS: "120"
FORCE_COLOR: "1"
PYTHONUNBUFFERED: "1"
jobs:
lint:
name: Static analysis
uses: less-action/reusables/.github/workflows/pre-commit.yaml@v10
with:
python-version: "3.10"
check-build:
name: Check packaging
uses: less-action/reusables/.github/workflows/python-test-build.yaml@v10