Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
Add bundler-audit for compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffharcourt committed Nov 6, 2023
1 parent 032acb4 commit bc2080b
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:
bundler-audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Bundler Audit
uses: commonlit/bundler-audit-action@main

0 comments on commit bc2080b

Please sign in to comment.