Expand your neovim sense with small UI components
0

Configure Feed

Select the types of activity you want to include in your feed.

ci: disable `luarocks-upload-scm` for now

+2 -5
+2 -4
.github/workflows/luarocks-scm.yml
··· 1 1 name: Luarocks Upload (SCM) 2 2 3 3 on: 4 - push: 5 - pull_request: 4 + # push: [main] 6 5 workflow_dispatch: 7 6 8 7 jobs: ··· 11 10 name: Luarocks upload (SCM) 12 11 steps: 13 12 - name: Checkout 14 - uses: actions/checkout@v3 13 + uses: actions/checkout@v4 15 14 - name: LuaRocks Upload 16 15 uses: nvim-neorocks/luarocks-tag-release@v7 17 16 env: 18 17 LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }} 19 18 with: 20 - license: GPLv3 21 19 version: scm 22 20 summary: Show diagnostics that are not visible in current view 23 21 # detailed_description: |
-1
.github/workflows/luarocks.yml
··· 19 19 env: 20 20 LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }} 21 21 with: 22 - license: GPLv3 23 22 summary: Show diagnostics that are not visible in current view 24 23 # detailed_description: | 25 24 test_dependencies: |