Skip to content

Merge branch 'release-3.0' into typescript-5.4.4 #3686

Merge branch 'release-3.0' into typescript-5.4.4

Merge branch 'release-3.0' into typescript-5.4.4 #3686

Workflow file for this run

name: Check legacy syntax
on:
- push
- pull_request
jobs:
check-code-style:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
- run: cd scripts/admin/check-legacy-syntax && npm ci
- name: Check syntax
run: cd scripts/admin/check-legacy-syntax && node check-syntax.js