Skip to content

docs: add the install method with rocks.nvim #6

docs: add the install method with rocks.nvim

docs: add the install method with rocks.nvim #6

Workflow file for this run

on:
push:
branches:
- master
workflow_dispatch:
jobs:
push-to-luarocks:
name: Push master to luarocks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies.
run: |
sudo apt install -y libgirepository1.0-dev
shell: bash
- uses: nvim-neorocks/luarocks-tag-release@v5
env:
LUAROCKS_API_KEY: ${{secrets.LUAROCKS_API_KEY}}
with:
version: scm
dependencies: |
dbus_proxy