Skip to content

Commit

Permalink
Renamed ignore flag in CI
Browse files Browse the repository at this point in the history
I need to read the docs better
  • Loading branch information
NiLSPACE committed Jun 15, 2024
1 parent f904859 commit b2f18a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
- name: Run tests
run: |
cd ~/Checker && lua CuberitePluginChecker.lua -p $GITHUB_WORKSPACE -a ~/AutoAPI -e ~/ManualAPI.lua -i APIImpl/All.lua -s $GITHUB_WORKSPACE/Tests/selection.lua -g
cd $GITHUB_WORKSPACE && luacheck . --codes --ignore Tests/*
cd $GITHUB_WORKSPACE && luacheck . --codes --exclude-files Tests/*

0 comments on commit b2f18a3

Please sign in to comment.