Skip to content

Commit

Permalink
chore: add audit workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbate committed Dec 10, 2024
1 parent 6683b19 commit 789a7ba
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/audit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: "Audit"

on:
pull_request:
branches:
- master
- release/*

jobs:
audit:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: CI Setup
uses: ./.github/actions/ci-setup

- name: Audit
run: pnpm audit

0 comments on commit 789a7ba

Please sign in to comment.