Skip to content

feat(event): #3 - added base structures for CoreEvent and other essential data structures #36

feat(event): #3 - added base structures for CoreEvent and other essential data structures

feat(event): #3 - added base structures for CoreEvent and other essential data structures #36

Workflow file for this run

name: PR Lint
on:
pull_request:
types: [opened, edited, reopened, synchronize, ready_for_review]
branches: [main]
workflow_dispatch:
jobs:
pr-lint:
name: Validate PR commit title meets commit convention
runs-on: ubuntu-latest
steps:
- uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
validateSingleCommit: false
validateSingleCommitMatchesPrTitle: true