Check Neovim Toolchain Versions #14
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: Check Neovim Toolchain Versions | |
| on: | |
| schedule: | |
| - cron: "0 0 * * 1" | |
| workflow_call: | |
| workflow_dispatch: | |
| jobs: | |
| check-neovim-toolchain-versions: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout commit | |
| uses: actions/checkout@v6 | |
| - name: Apply AppArmor profile | |
| uses: ./.github/actions/apply-apparmor-profile | |
| - name: Run toolchain version check | |
| run: ./pleasew run //tools:check_neovim_toolchain_versions |