Skip to content

Remove action for creating pr and use gh cli instead #597

Remove action for creating pr and use gh cli instead

Remove action for creating pr and use gh cli instead #597

Workflow file for this run

name: Examples
on:
pull_request:
branches: [ 'main' ]
permissions:
contents: read
jobs:
examples:
name: Build and run examples
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: ./examples/test.sh