Skip to content

Fix the complicated policy in the examples #11

Fix the complicated policy in the examples

Fix the complicated policy in the examples #11

Workflow file for this run

name: Run Make Test
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Test.
run: make test test-examples
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Build.
run: make build