Skip to content

chore: Update Bindings (from main) #586

chore: Update Bindings (from main)

chore: Update Bindings (from main) #586

Workflow file for this run

name: Pull Request
on:
pull_request:
types: [opened, reopened, synchronize]
branches: [ main ]
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
validate:
uses: ./.github/workflows/validate.yml
permissions:
contents: read
pull-requests: read
with:
ref: ${{ github.sha }}
release-run: false