Skip to content

ref(colors): adjust dark_grey contrast in dark theme #23

ref(colors): adjust dark_grey contrast in dark theme

ref(colors): adjust dark_grey contrast in dark theme #23

Workflow file for this run

name: LuaRocks release
on:
push:
tags:
- "*"
jobs:
luarocks:
runs-on: ubuntu-latest
name: LuaRocks upload
steps:
- name: checkout
uses: actions/checkout@v3
- name: LuaRocks upload
uses: nvim-neorocks/luarocks-tag-release@v5
with:
copy_directories: |
{{ neovim.plugin.dirs }}
test_interpreters:
env:
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}