Skip to content

Commit

Permalink
chore: apply formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil committed Aug 1, 2024
1 parent 35caa25 commit 9a25190
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/luarocks.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: luarocks

on:
push:
tags:
Expand All @@ -9,7 +8,6 @@ on:
- created
pull_request: # Tests luarocks install from generated rockspec on PR without uploading
workflow_dispatch:

jobs:
upload:
runs-on: ubuntu-22.04
Expand All @@ -19,7 +17,6 @@ jobs:
fetch-depth: 0 # Required to get the tags
- name: Get Version
run: echo "LUAROCKS_VERSION=$(git describe --abbrev=0 --tags)" >> $GITHUB_ENV

# Needed to build the tree-sitter-go dependency
- name: Install C/C++ Compiler
uses: rlalik/setup-cpp-compiler@master
Expand All @@ -29,7 +26,6 @@ jobs:
uses: baptiste0928/cargo-install@v3
with:
crate: tree-sitter-cli

- name: LuaRocks Upload
uses: nvim-neorocks/luarocks-tag-release@v7
env:
Expand Down

0 comments on commit 9a25190

Please sign in to comment.