Skip to content

Update vulnerable libraries and add build test for yarn audit #53

Update vulnerable libraries and add build test for yarn audit

Update vulnerable libraries and add build test for yarn audit #53

Workflow file for this run

name: Build Test
on:
pull_request:
branches:
- main
- develop
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Build Docker Image
run: make build
yarn-audit:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Run yarn audit
run: |
./.github/workflows/yarn-audit.sh