Skip to content

Add CI jobs to run through examples #1

Add CI jobs to run through examples

Add CI jobs to run through examples #1

Workflow file for this run

name: Examples
on:
push:
branches: [ "develop" ]
tags: [ "*" ]
pull_request:
branches: [ "develop" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: ./.github/actions/install