Skip to content

Update dependency biojppm/rapidyaml to v0.11.1 #163

Update dependency biojppm/rapidyaml to v0.11.1

Update dependency biojppm/rapidyaml to v0.11.1 #163

Workflow file for this run

name: Pull Request
on:
pull_request:
branches:
- 'main'
types: [opened, synchronize, reopened, ready_for_review]
jobs:
build:
name: Build
if: ${{ !startsWith(github.head_ref, 'renovate/') }}
uses: ./.github/workflows/build_untrusted.yml
with:
# If this is a pull_request event, use the PR head SHA
commit: ${{ github.event.pull_request.head.sha || github.sha }}
secrets: inherit