Skip to content

Commit 19e7d5d

Browse files
authored
Luachek workflow, Ubuntu 20.04 deprecated
1 parent 641d4fe commit 19e7d5d

1 file changed

Lines changed: 6 additions & 14 deletions

File tree

.github/workflows/luacheck.yml

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,10 @@
11
name: luacheck
2-
32
on: [push, pull_request]
4-
53
jobs:
6-
build:
7-
8-
runs-on: ubuntu-20.04
9-
timeout-minutes: 10
10-
4+
luacheck:
5+
runs-on: ubuntu-latest
116
steps:
12-
- uses: actions/checkout@v3
13-
- name: apt
14-
run: sudo apt-get install -y luarocks
15-
- name: luacheck install
16-
run: luarocks install --local luacheck
17-
- name: luacheck run
18-
run: $HOME/.luarocks/bin/luacheck ./
7+
- name: Checkout
8+
uses: actions/checkout@master
9+
- name: Luacheck
10+
uses: lunarmodules/luacheck@master

0 commit comments

Comments
 (0)