0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-25 11:17:50 +01:00
posthog/.github/workflows/lint-pr.yml

18 lines
385 B
YAML
Raw Normal View History

name: Lint PR
on:
pull_request:
types:
- opened
- edited
- synchronize
jobs:
lint-pr:
name: Validate PR title against Conventional Commits
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}