Skip to content

Commit

Permalink
Use a faster and newer LuaCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
Panquesito7 committed Sep 12, 2023
1 parent 4cfacea commit ecdba7f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/build.yml

This file was deleted.

10 changes: 10 additions & 0 deletions .github/workflows/luacheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: luacheck
on: [push, pull_request]
jobs:
luacheck:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Luacheck
uses: lunarmodules/luacheck@master
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Double Jump!

[![Build status](https://github.com/Panquesito7/minetest-double_jump/workflows/build/badge.svg)](https://github.com/Panquesito7/minetest-double_jump/actions)
[![LuaCheck status](https://github.com/Panquesito7/minetest-double_jump/workflows/luacheck/badge.svg)](https://github.com/Panquesito7/minetest-double_jump/actions)
[![ContentDB](https://content.minetest.net/packages/Panquesito7/double_jump/shields/downloads/)](https://content.minetest.net/packages/Panquesito7/double_jump/)

Adds the ability to **double+ jump** in Minetest!\
Expand Down

0 comments on commit ecdba7f

Please sign in to comment.