Skip to content

Commit

Permalink
Add debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Zjonn committed Oct 7, 2024
1 parent c5977f8 commit b555bc9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/docs-convert-changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,19 +88,21 @@ jobs:
needs: convert_changelog
steps:
- name: Install tooling
run: apk add bash git findutils

- name: Download the Lua changelog artifact
uses: actions/download-artifact@v4
with:
name: lua_changelog
run: |
apk add bash git findutils
- name: Checkout
uses: actions/checkout@v4
with:
sparse-checkout: |
tests
tests/run-syntax-test.sh
- name: Download the Lua changelog artifact
uses: actions/download-artifact@v4
with:
name: lua_changelog

- name: Validate changelog files
run: |
ls -al
./tests/run-syntax-test.sh
1 change: 1 addition & 0 deletions tests/run-syntax-test.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
set -x

# Simple lua code syntax checker using https://github.com/FAForever/lua-lang
# Assumes that FAF lua is installed as `luac`
Expand Down

0 comments on commit b555bc9

Please sign in to comment.