Skip to content

Blueprint import

Blueprint import #48

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 ./src/*.lua
luacheck ./src/todo/*.lua
faketorio package -c .github/.faketorio -v