We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f904859 commit b2f18a3Copy full SHA for b2f18a3
.github/workflows/ci.yml
@@ -32,4 +32,4 @@ jobs:
32
- name: Run tests
33
run: |
34
cd ~/Checker && lua CuberitePluginChecker.lua -p $GITHUB_WORKSPACE -a ~/AutoAPI -e ~/ManualAPI.lua -i APIImpl/All.lua -s $GITHUB_WORKSPACE/Tests/selection.lua -g
35
- cd $GITHUB_WORKSPACE && luacheck . --codes --ignore Tests/*
+ cd $GITHUB_WORKSPACE && luacheck . --codes --exclude-files Tests/*
0 commit comments