Skip to content

Commit 55be084

Browse files
authored
perf(ci): upload luarocks (#91)
1 parent 9d7bcde commit 55be084

File tree

3 files changed

+28
-1
lines changed

3 files changed

+28
-1
lines changed

.github/workflows/luarocks.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: LuaRocks
2+
on:
3+
push:
4+
tags:
5+
- "*"
6+
pull_request:
7+
branches:
8+
- main
9+
concurrency:
10+
group: ${{ github.ref }}-luarocks
11+
cancel-in-progress: true
12+
jobs:
13+
luarocks-release:
14+
runs-on: ubuntu-latest
15+
name: LuaRocks upload
16+
steps:
17+
- name: Checkout
18+
uses: actions/checkout@v4
19+
- name: LuaRocks Upload
20+
uses: nvim-neorocks/luarocks-tag-release@v5
21+
env:
22+
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}
23+
with:
24+
summary: "Load all the ultra colorschemes into your Neovim player!"
25+
labels: |
26+
neovim

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ scoop install coreutils # rm
123123

124124
**Warning:** if this plugin provides the main colorscheme (e.g. the `colorscheme` command right after nvim start), then make sure:
125125

126-
1. Don't lazy this plugin, it only takes ~4 ms to load.
126+
1. Don't lazy this plugin (it only takes ~4 ms to load).
127127
2. Load this plugin before all other start plugins.
128128

129129
### [lazy.nvim](https://github.com/folke/lazy.nvim)

version.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v1.9.1

0 commit comments

Comments
 (0)