Add Angular 21.2 template syntax: instanceof operator and arrow fun…
#105
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Syntax Tests | |
| on: [push, pull_request] | |
| jobs: | |
| st4_syntax_tests: | |
| name: Run ST4 Syntax Tests | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: SublimeText/syntax-test-action@v2 | |
| with: | |
| build: 4180 | |
| default_packages: binary | |
| package_name: Ngx HTML |