Skip to content

chore(deps): bump class-validator from 0.13.2 to 0.14.0 in /services/user-service #1101

chore(deps): bump class-validator from 0.13.2 to 0.14.0 in /services/user-service

chore(deps): bump class-validator from 0.13.2 to 0.14.0 in /services/user-service #1101

Workflow file for this run

name: PR
on:
pull_request
jobs:
Lint:
uses: ./.github/workflows/call-lint.yml
secrets:
IMPACTED_BY_SHA: ${{ github.event.pull_request.head.sha }}
Build:
uses: ./.github/workflows/call-build.yml
secrets:
IMPACTED_BY_SHA: ${{ github.event.pull_request.head.sha }}
Test:
uses: ./.github/workflows/call-test.yml
secrets:
IMPACTED_BY_SHA: ${{ github.event.pull_request.head.sha }}
IaC:
uses: ./.github/workflows/call-cdk-synth.yml
secrets:
IMPACTED_BY_SHA: ${{ github.event.pull_request.head.sha }}
Coverage:
uses: ./.github/workflows/call-coverage.yml
secrets:
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}
IMPACTED_BY_SHA: ${{ github.event.pull_request.head.sha }}