Skip to content

fix(highlights): remove unnecessary hlgroups, don't be limited to 4x4 max value #22

fix(highlights): remove unnecessary hlgroups, don't be limited to 4x4 max value

fix(highlights): remove unnecessary hlgroups, don't be limited to 4x4 max value #22

Workflow file for this run

name: LuaRocks release
on:
push:
tags: # Will upload to luarocks.org when a tag is pushed
- "*"
pull_request: # Will test a local install without uploading to luarocks.org
workflow_dispatch:
jobs:
luarocks-release:
runs-on: ubuntu-latest
name: LuaRocks upload
steps:
- name: Checkout
uses: actions/checkout@v3
- name: LuaRocks Upload
uses: nvim-neorocks/luarocks-tag-release@v5
env:
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}