Skip to content

Bump dependencies

Bump dependencies #78

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 }}