Skip to content

Bump the group group across 2 directories with 2 updates #533

Bump the group group across 2 directories with 2 updates

Bump the group group across 2 directories with 2 updates #533

Workflow file for this run

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 ..