Skip to content

Commit

Permalink
ci: enable ldoc check
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaozg committed Sep 3, 2023
1 parent 0799f8f commit f09b655
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,23 @@ jobs:
- name: run
run: make valgrind

Document:
runs-on: ubuntu-latest
env:
WITH_LUA_ENGINE: LuaJIT
LUA: luajit2.1
LUAROCKS: 3.8.0
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: run
run: |
.github/shell/setup_lua.sh
export PATH=$HOME/.usr/bin:$PATH
$HOME/.usr/bin/luarocks install ldoc
make doc
clang-asan:
runs-on: ubuntu-latest
env:
Expand Down

0 comments on commit f09b655

Please sign in to comment.