Skip to content

early review: feat: MuJoCo Simulation Backend + Build System Modernization #329

early review: feat: MuJoCo Simulation Backend + Build System Modernization

early review: feat: MuJoCo Simulation Backend + Build System Modernization #329

Workflow file for this run

name: Pull Request and Push Action
on:
pull_request:
branches: [ main, dev ]
types: [opened, synchronize, reopened, ready_for_review, review_requested, review_request_removed]
push:
branches: [ main, dev ]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
call-test-lint:
uses: ./.github/workflows/test-lint.yml
permissions:
contents: read
with:
ref: ${{ github.event.pull_request.head.sha || github.sha }}