feat(lantern): add type annotations #146
Workflow file for this run
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: LuaRocks Release | |
| on: | |
| pull_request: | |
| workflow_dispatch: | |
| jobs: | |
| luarocks-release: | |
| runs-on: ubuntu-latest | |
| name: LuaRocks Upload | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v6.0.2 | |
| - name: LuaRocks Upload | |
| uses: nvim-neorocks/luarocks-tag-release@v7.2.0 | |
| with: | |
| version: "4.0.0" | |
| license: "MIT" | |
| detailed_description: | | |
| LuaCATS-like Lua Language Server type annotations for your WezTerm config | |
| labels: | | |
| metalua | |
| neovim | |
| copy_directories: | | |
| {{ neovim.plugin.dirs }} | |
| env: | |
| LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }} |