Skip to content

Add yarn audit to workflow #1

Add yarn audit to workflow

Add yarn audit to workflow #1

Workflow file for this run

name: dependencies
on: [pull_request]
jobs:
yarn-audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Yarn Audit
uses: commonlit/yarn-audit-action2@main