Skip to content

fix: duplicate new add subgoal request sent to collaborator #4006

fix: duplicate new add subgoal request sent to collaborator

fix: duplicate new add subgoal request sent to collaborator #4006

Workflow file for this run

name: TSLint
on:
push:
pull_request:
types: [opened, edited, ready_for_review]
jobs:
tsc:
runs-on: ubuntu-latest
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name
name: Check typescript
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4