Check that the vendored tslib is up to date
authorTim Düsterhus <duesterhus@woltlab.com>
Wed, 28 Oct 2020 15:24:44 +0000 (16:24 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Wed, 28 Oct 2020 15:24:44 +0000 (16:24 +0100)
Resolves #3659

.github/workflows/typescript.yml

index 4435c23978a1eb7be8fa28bdd2017b7d6bfeb17d..5837713aadee91c2b304f7a0d611224a990e5493 100644 (file)
@@ -21,6 +21,8 @@ jobs:
     - run: npm install
     - run: echo "::add-matcher::.github/typescript-tsc.json"
     - run: npx tsc --noEmit
+    - name: Check that tslib is in sync.
+      run: diff -wu wcfsetup/install/files/js/3rdParty/tslib.js node_modules/tslib/tslib.js
   javascript_sync:
     name: "Check for outdated JavaScript"
     needs: tsc