Skip to content

Commit b2f18a3

Browse files
committed
Renamed ignore flag in CI
I need to read the docs better
1 parent f904859 commit b2f18a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
- name: Run tests
3333
run: |
3434
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/*
35+
cd $GITHUB_WORKSPACE && luacheck . --codes --exclude-files Tests/*

0 commit comments

Comments
 (0)