Skip to content

fix: improve parseInvitation to handle parsing oob properly #929

fix: improve parseInvitation to handle parsing oob properly

fix: improve parseInvitation to handle parsing oob properly #929

Workflow file for this run

name: "Pull request linter"
on:
pull_request:
jobs:
lint_pr:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}