This repository was archived by the owner on Jun 11, 2025. It is now read-only.
add report: XML, normals and textures coordinates (sphere, cylinder and bezier patches) #135
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Script checks | |
| on: | |
| pull_request: | |
| paths: | |
| - '.github/workflows/**' | |
| - 'scripts/formatlatex.sh' | |
| - 'reports/**' | |
| - 'Makefile' | |
| jobs: | |
| build-reports: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - run: >- | |
| sudo apt update && | |
| sudo apt install -y texlive-{latex-extra,font-utils,lang-portuguese} | |
| - run: make reports | |
| format-reports: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - run: ./scripts/formatlatex.sh |