Skip to content

Commit

Permalink
chore: add conventional PR check (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
fortmarek authored Oct 28, 2024
1 parent 0cda08d commit 40f3b9e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/conventional-pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: conventional-pr
on:
pull_request:
paths:
- "Sources/**"
- "Package.swift"
- "Package.Package.resolved"
branches:
- main
types:
- opened
- edited
- synchronize

jobs:
lint-pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: CondeNast/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 40f3b9e

Please sign in to comment.