Skip to content

Commit

Permalink
Update validate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
2dengine authored Jan 13, 2025
1 parent 5be0cef commit fe6bb21
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ jobs:
uses: actions/checkout@v2

- name: Run Bash script
run: bash validate.sh
run: |
sudo apt install lua5.3
lua validate.lua
run: echo "Done"

0 comments on commit fe6bb21

Please sign in to comment.