Skip to content

Commit

Permalink
Merge pull request #6134 from LandSandBoat/enable-lls-requirement
Browse files Browse the repository at this point in the history
Enable CI requirement for LLS
  • Loading branch information
claywar authored Aug 20, 2024
2 parents 8f0baff + 51d4e80 commit 47a1f60
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,12 +202,12 @@ jobs:
with:
name: lua_lang_errors
path: lua_lang_errors.txt
# - name: Check Output
# run: |
# if [ -f lua_lang_errors.txt ]; then
# cat lua_lang_errors.txt
# exit 1
# fi
- name: Check Output
run: |
if [ -f lua_lang_errors.txt ]; then
cat lua_lang_errors.txt
exit 1
fi
Linux_Clang15_64bit:
needs: Sanity_Checks
Expand Down

0 comments on commit 47a1f60

Please sign in to comment.