Skip to content

[#4348]Bug/User Fetch unmarshalling #720

[#4348]Bug/User Fetch unmarshalling

[#4348]Bug/User Fetch unmarshalling #720

---
# Copyright The Linux Foundation and each contributor to CommunityBridge.
# SPDX-License-Identifier: MIT
name: Yarn Golang Backend Dependency Audit
on:
# https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions
pull_request:
branches:
- main
jobs:
yarn-scan-backend-go-pr:
runs-on: ubuntu-latest
environment: dev
steps:
- uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '16'
- name: Setup
run: yarn install
- name: Yarn Audit
working-directory: cla-backend-go
run: |
yarn audit