We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e36597 commit ceb40e2Copy full SHA for ceb40e2
.github/workflows/check-release.yml
@@ -0,0 +1,11 @@
1
+on: [push, pull_request]
2
+name: Check & Release
3
+jobs:
4
+ lint:
5
+ runs-on: ubuntu-latest
6
+ steps:
7
+ - uses: actions/checkout@master
8
+ - name: lint
9
+ uses: Roang-zero1/factorio-mod-luacheck@master
10
+ with:
11
+ luacheckrc_url: https://raw.githubusercontent.com/minetest-mods/irc/master/.luacheckrc
.luacheckrc
@@ -2,7 +2,7 @@
allow_defined_top = true
read_globals = {
- "minetest",
+ "minetest"
}
exclude_files = {
README.md
@@ -1,3 +1,4 @@
+[](https://github.com/minetest-mods/irc/actions)
IRC Mod for Minetest
====================
0 commit comments