Bump the group group in /latex/python with 5 updates #535
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
on: [push, pull_request] | |
jobs: | |
develop: | |
runs-on: ubuntu-20.04 | |
steps: | |
- uses: actions/checkout@v4 | |
- run: | | |
cd docs/ && make clean check all && cd .. | |
cd latex/python/ && make clean check all && cd ../.. | |
cd latex/ && make clean check all && cd .. |