Skip to content

Commit

Permalink
Merge pull request #1 from commonlit/gh-yarn-audit
Browse files Browse the repository at this point in the history
Add yarn audit
  • Loading branch information
geoffharcourt committed Aug 15, 2023
2 parents 44d6b5b + b9af950 commit 1437d9c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/audits.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
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

0 comments on commit 1437d9c

Please sign in to comment.