Skip to content

Update to Factorio v2.0 #54

Update to Factorio v2.0

Update to Factorio v2.0 #54

Workflow file for this run

name: CI
on:
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: leafo/[email protected]
with:
luaVersion: "5.4.1"
- uses: leafo/[email protected]
- name: Install dependencies
run: |
luarocks install serpent
luarocks install busted
luarocks install luacheck
luarocks install faketorio
- name: Run tests
run: |
luacheck ./Todo-List/*.lua
luacheck ./Todo-List/todo/*.lua
faketorio package -c .github/.faketorio -v