Skip to content

Removes testpypi as a target for the workflow-dispatch-triggered release workflow. #518

Removes testpypi as a target for the workflow-dispatch-triggered release workflow.

Removes testpypi as a target for the workflow-dispatch-triggered release workflow. #518

Workflow file for this run

name: Lint
on:
push:
branches: [main, 3.1.x]
pull_request:
branches: [main, 3.1.x]
workflow_dispatch:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: j178/prek-action@v1