Skip to content

Added support for Paladin's Blessing of Freedom (#17) #93

Added support for Paladin's Blessing of Freedom (#17)

Added support for Paladin's Blessing of Freedom (#17) #93

Workflow file for this run

name: Release
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install luacheck and luarocks
run: sudo apt-get install lua-check luarocks
- name: Install luaunit
run: sudo luarocks install luaunit
- name: Lint
run: luacheck .
- name: Test
run: lua5.1 Tests/Test.lua
- name: Package and release
uses: BigWigsMods/packager@v2
env:
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
CF_API_KEY: ${{ secrets.CF_API_KEY }}
WOWI_API_TOKEN: ${{ secrets.WOWI_API_TOKEN }}
WAGO_API_TOKEN: ${{ secrets.WAGO_API_TOKEN }}