Skip to content

Commit

Permalink
need submodules for the imgui.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Auto committed Oct 1, 2023
1 parent 7def252 commit d3e50db
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/docs_verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@ on:

jobs:
check:
runs-on: ubuntu-latest
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3
with:
submodules: true
- uses: actions/setup-python@v2
- name: Checking if all the types are documented in the API doc
run: python docs/validator.py
run: |
cd docs
python validator.py

0 comments on commit d3e50db

Please sign in to comment.