Skip to content

build(deps): bump the npm_and_yarn group with 2 updates #190

build(deps): bump the npm_and_yarn group with 2 updates

build(deps): bump the npm_and_yarn group with 2 updates #190

Workflow file for this run

name: PR CI
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
scan:
uses: ./.github/workflows/scan.yml
secrets: inherit
deploy:
needs: [scan]
uses: ./.github/workflows/docker.yml
secrets: inherit
with:
version: 0.0.0-${{ github.event.pull_request.head.sha }}
sha: ${{ github.event.pull_request.head.sha }}