Skip to content

EEP-Sprachdefinitionen für Notepad++ #13

EEP-Sprachdefinitionen für Notepad++

EEP-Sprachdefinitionen für Notepad++ #13

Workflow file for this run

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 --