Skip to content

Commit

Permalink
Update check_plugins.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SirPlease authored Oct 28, 2023
1 parent 8085696 commit dc18700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ jobs:
for file in *.sp
do
echo -e "\nCompiling $file..."
spcomp -E -w234 -O2 -v2 -i $SCRIPTS_PATH/include $file
spcomp -E -w234 -w217 -O2 -v2 -i $SCRIPTS_PATH/include $file
done
working-directory: ${{ env.SCRIPTS_PATH }}/

0 comments on commit dc18700

Please sign in to comment.