jobs:
build:
if: ${{ github.ref != 'refs/heads/l10n_development' }}
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
steps:
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v4
- name: Install NPM deps
run: npm ci
--- /dev/null
+name: test-js
+
+on:
+ push:
+ paths:
+ - '**.js'
+ - '**.ts'
+ - '**.json'
+ pull_request:
+ paths:
+ - '**.js'
+ - '**.ts'
+ - '**.json'
+
+jobs:
+ build:
+ if: ${{ github.ref != 'refs/heads/l10n_development' }}
+ runs-on: ubuntu-24.04
+ steps:
+ - uses: actions/checkout@v4
+
+ - name: Install NPM deps
+ run: npm ci
+
+ - name: Run TypeScript type checking
+ run: npm run ts:lint
+
+ - name: Run JavaScript tests
+ run: npm run test
\ No newline at end of file
* [Laravel](http://laravel.com/) - _[MIT](https://github.com/laravel/framework/blob/v8.82.0/LICENSE.md)_
* [TinyMCE](https://www.tinymce.com/) - _[MIT](https://github.com/tinymce/tinymce/blob/develop/LICENSE.TXT)_
+* [Lexical](https://lexical.dev/) - _[MIT](https://github.com/facebook/lexical/blob/main/LICENSE)_
* [CodeMirror](https://codemirror.net) - _[MIT](https://github.com/codemirror/CodeMirror/blob/master/LICENSE)_
* [Sortable](https://github.com/SortableJS/Sortable) - _[MIT](https://github.com/SortableJS/Sortable/blob/master/LICENSE)_
* [Google Material Icons](https://github.com/google/material-design-icons) - _[Apache-2.0](https://github.com/google/material-design-icons/blob/master/LICENSE)_
License File: https://github.com/tinymce/tinymce/blob/release/6.7/LICENSE.TXT
Copyright: Copyright (c) 2022 Ephox Corporation DBA Tiny Technologies, Inc.
Link: https://github.com/tinymce/tinymce
+ -----------
+ BookStack's newer WYSIWYG editor is based upon lexical code:
+ License: MIT
+ License File: https://github.com/facebook/lexical/blob/v0.17.1/LICENSE
+ Copyright: Copyright (c) Meta Platforms, Inc. and affiliates.
+ Link: https://github.com/facebook/lexical
</div>
</div>
</div>