Compare commits

...

2 Commits

Author SHA1 Message Date
f19d57f6fc Merge remote-tracking branch 'mt-mods/master' 2023-06-07 22:52:51 +02:00
e85417b180 Use the correct branch name 2023-01-10 00:13:38 -06:00

View File

@ -4,7 +4,7 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@master - uses: actions/checkout@main
- name: apt - name: apt
run: sudo apt-get install -y luarocks run: sudo apt-get install -y luarocks
- name: luacheck install - name: luacheck install