Skip to content

feat: add CI validation, justfile, and scripts #23

feat: add CI validation, justfile, and scripts

feat: add CI validation, justfile, and scripts #23

Workflow file for this run

name: PR Title
on:
pull_request:
types: [opened, edited, synchronize, reopened]
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
jobs:
validate:
permissions:
pull-requests: read
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v6
env:
# Required: token isn't auto-injected into env, must be passed explicitly
# https://docs.github.com/en/actions/security-guides/automatic-token-authentication
GITHUB_TOKEN: ${{ github.token }}