Skip to content

Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 #24

Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0

Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 #24

Workflow file for this run

name: Commitlint PR Title
on:
pull_request:
types: [opened, labeled, unlabeled, edited]
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- id: pr-lint
uses: livingbio/pr-lint@fix-10-compose-action
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_repository: ${{ github.repository }}
pr_number: ${{ github.event.number }}