Skip to content

Get rid of ValuePtr and replace Key* instances with std::shared_ptr<Key> #998

Get rid of ValuePtr and replace Key* instances with std::shared_ptr<Key>

Get rid of ValuePtr and replace Key* instances with std::shared_ptr<Key> #998

name: PR Checks
on:
workflow_dispatch:
pull_request:
types:
- opened
- reopened
- synchronize
- closed
concurrency:
group: pr-checks-${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
permissions:
contents: read
jobs:
build:
name: Code
uses: ./.github/workflows/zxc-build-library.yaml