Correctly pass nfnl config through to nfnl, not the root map that CON… #270
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: | |
| env: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
| strategy: | |
| matrix: | |
| os: [ubuntu-latest] | |
| neovim-version: ["0.11.6"] | |
| runs-on: ${{ matrix.os }} | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Mise | |
| uses: jdx/mise-action@v2 | |
| - name: Benchmark | |
| run: | | |
| mise run -t aqua:neovim/neovim@${{ matrix.neovim-version }} benchmark |