Skip to content

feat: Adding a "menu" map to start in for the example game and doors to move between #74

feat: Adding a "menu" map to start in for the example game and doors to move between

feat: Adding a "menu" map to start in for the example game and doors to move between #74

name: title-validation
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
validate-pr-title:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}