Skip to content

Commit

Permalink
update luacheck workflow and add badge
Browse files Browse the repository at this point in the history
  • Loading branch information
OgelGames committed Jan 5, 2021
1 parent a0df2ca commit 0a0d15b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/luacheck.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
name: luacheck

on: [push]

on: [push, pull_request]
jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@master
- name: apt
run: sudo apt-get install -y luarocks
- name: luacheck install
Expand Down
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Christmas

[![luacheck](https://github.com/mt-mods/christmas/workflows/luacheck/badge.svg)](https://github.com/mt-mods/christmas/actions)

Adds snow and presents for the [Minetest Engine](https://www.minetest.net).

## Chatcommands
Expand Down

0 comments on commit 0a0d15b

Please sign in to comment.