Skip to content

fix: move changes not being propagated correctly to participant after… #4055

fix: move changes not being propagated correctly to participant after…

fix: move changes not being propagated correctly to participant after… #4055

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