feat: initial setup files

This commit is contained in:
Barrett Ruth 2026-02-01 16:30:24 -05:00
parent 30b82a7c3f
commit 416757c0d9
12 changed files with 229 additions and 0 deletions

21
.github/workflows/luarocks.yaml vendored Normal file
View file

@ -0,0 +1,21 @@
name: luarocks
on:
push:
tags:
- "v*"
jobs:
quality:
uses: ./.github/workflows/quality.yaml
publish:
needs: quality
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: nvim-neorocks/luarocks-tag-release@v7
env:
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}