EEP-Sprachdefinitionen für Notepad++ #13
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI Tests for Lua | |
on: [push] | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@master | |
- uses: leafo/[email protected] | |
with: | |
luaVersion: "5.3" | |
- uses: leafo/gh-actions-luarocks@v4 | |
- name: setup | |
run: | | |
luarocks install luacheck | |
luarocks install busted | |
luarocks install luacov | |
luarocks install luacov-coveralls | |
- name: test | |
run: | | |
# luacheck --std max+busted *.lua spec | |
luacheck --std max+busted EEP2Lua.lua EEP_Inventar.lua ShowGlobalVariables.lua | |
busted --verbose --coverage -- |