feat(msg): added support for msg_show list_cmd and input_prompt kinds #864
This file contains 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: CI | |
on: | |
push: | |
branches: [main, master] | |
pull_request: | |
jobs: | |
ci: | |
uses: folke/github/.github/workflows/ci.yml@main | |
secrets: inherit | |
with: | |
plugin: noice.nvim | |
repo: folke/noice.nvim |