We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bdaa9d commit 769c301Copy full SHA for 769c301
1 file changed
.github/workflows/luarocks.yml
@@ -17,12 +17,11 @@ jobs:
17
with:
18
rustflags: ""
19
- name: LuaRocks Upload
20
- uses: nvim-neorocks/luarocks-tag-release@v5
+ uses: nvim-neorocks/luarocks-tag-release@v7
21
env:
22
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}
23
24
name: toml-edit
25
- test_interpreters: ""
26
summary: "TOML Parser + Formatting and Comment-Preserving Editor"
27
detailed_description: |
28
`toml-edit` is a library to parse and edit `.toml` files as if they were lua tables, all while preserving formatting and comments.
0 commit comments