JS: Fix export bug, support multiple type imports, and ensure type import semicolon consistency #152
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: Benchmark | |
| on: [push, pull_request] | |
| jobs: | |
| benchmark: | |
| strategy: | |
| matrix: | |
| os: [ubuntu-latest] | |
| neovim-version: ["v0.11.3"] | |
| runs-on: ${{ matrix.os }} | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Mise | |
| uses: jdx/mise-action@v2 | |
| - name: Benchmark | |
| env: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
| run: | | |
| mise run -t neovim@${{ matrix.neovim-version }} benchmark |