Skip to content

Handle serialization of (std) vectors of (Eigen) vectors #3

Handle serialization of (std) vectors of (Eigen) vectors

Handle serialization of (std) vectors of (Eigen) vectors #3

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"