Skip to content

Add Explicit Resource Management and bump dependencies #90

Add Explicit Resource Management and bump dependencies

Add Explicit Resource Management and bump dependencies #90

name: Pull request validation
on:
pull_request:
branches: [main]
workflow_dispatch: {}
jobs:
call-workflow:
strategy:
matrix:
switch: [current]
uses: compulim/workflows/.github/workflows/pull-request-validation.yml@main
with:
package-name: message-port-rpc
skip-integration-test: false
switch: ${{ matrix.switch }}