GitHub Actions: Add Checkout action

This commit is contained in:
Starbeamrainbowlabs 2021-07-30 18:45:31 +01:00
parent 04b5723db2
commit 37f25d40a1
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 8 additions and 0 deletions

View File

@ -4,6 +4,10 @@ jobs:
Syntax-Check:
runs-on: ubuntu-latest
steps:
# Checkout the git repo
- name: Checkout
uses: actions/checkout@v2
- name: Install Dependencies
run: sudo apt-get install lua5.1
@ -20,6 +24,10 @@ jobs:
Busted:
runs-on: ubuntu-latest
steps:
# Checkout the git repo
- name: Checkout
uses: actions/checkout@v2
- name: Install Dependencies
run: sudo apt-get install lua5.1 luarocks