Skip to content

DEV: Bump pypa/gh-action-pypi-publish from 1.8.8 to 1.8.10 #86

DEV: Bump pypa/gh-action-pypi-publish from 1.8.8 to 1.8.10

DEV: Bump pypa/gh-action-pypi-publish from 1.8.8 to 1.8.10 #86

Workflow file for this run

name: Pull Request
on:
pull_request:
branches:
- main
types:
- opened
- edited
- synchronize
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint-pr:
name: Formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: CondeNast/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
commitlintRulesPath: ".commitlint.rules.js"
commitTitleMatch: false
ignoreCommits: true