Skip to content

Apply external forces in Bullet actuation interface #86

Apply external forces in Bullet actuation interface

Apply external forces in Bullet actuation interface #86

Workflow file for this run

name: Changelog
on:
pull_request:
branches: [ main ]
jobs:
changelog:
name: "Check changelog update"
runs-on: ubuntu-latest
steps:
- uses: tarides/changelog-check-action@v2
with:
changelog: CHANGELOG.md
changelog_success:
name: "Changelog success"
runs-on: ubuntu-latest
needs: [changelog]
steps:
- run: echo "Changelog workflow completed successfully"