Skip to content

Bump cargo-hyperlight #10

Bump cargo-hyperlight

Bump cargo-hyperlight #10

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Validate Pull Request
on:
pull_request:
branches: [ main, 'release/**' ]
permissions:
id-token: write
contents: read
jobs:
build:
uses: ./.github/workflows/dep_build.yml
secrets: inherit
benchmarks:
uses: ./.github/workflows/dep_benchmarks.yml
secrets: inherit
with:
download-benchmarks: true
upload-benchmarks: false