Skip to content

Github Migration

Github Migration #172

Workflow file for this run

---
# Copyright The Linux Foundation and each contributor to CommunityBridge.
# SPDX-License-Identifier: MI
name: Yarn Dependency Audit
on:
# https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions
pull_request:
branches:
- main
jobs:
yarn-scan-pr:
runs-on: ubuntu-latest
environment: dev
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '16'
cache: 'yarn'
cache-dependency-path: 'yarn.lock'
- name: Setup
run: yarn install
- name: Yarn Audit
run: |
./yarn_audit.sh