Skip to content

263 httpsgithubcomaabsactorsrcgen #158

263 httpsgithubcomaabsactorsrcgen

263 httpsgithubcomaabsactorsrcgen #158

Workflow file for this run

name: BuildPR
on:
pull_request:
branches: [ "main" ]
jobs:
call-workflow-passing-data:
permissions:
contents: read
pull-requests: write
uses: ./.github/workflows/compile.yml
with:
nodeVersion: ${{ matrix.node-version }}
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.9.0]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- run: |
echo 'done'