Skip to content

Use Packed*Arrays where possible #21

Use Packed*Arrays where possible

Use Packed*Arrays where possible #21

Workflow file for this run

name: ⚙️ CI
on:
push:
# branches: [ master ]
paths-ignore:
- "README.md"
- "LICENSE"
- "addons/rmssmartshape/documentation/"
- "scripts/"
- "**/*.png"
pull_request:
# branches: [ master ]
paths-ignore:
- "README.md"
- "LICENSE"
- "addons/rmssmartshape/documentation/"
- "scripts/"
- "**/*.png"
jobs:
ci-unit-tests:
name: "⚙️ CI: Unit tests"
uses: ./.github/workflows/unit_tests.yml
with:
ss2d-ref: ${{ github.ref }}