Skip to content

gh-173: don't bundle tests in SDist #170

gh-173: don't bundle tests in SDist

gh-173: don't bundle tests in SDist #170

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@v4
- uses: CondeNast/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
commitlintRulesPath: ".commitlint.rules.js"
commitTitleMatch: false
ignoreCommits: true