Skip to content

Audit

Audit #7

Workflow file for this run

name: Audit
on:
schedule:
- cron: "0 6 * * *"
workflow_dispatch:
jobs:
audit:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Audit dependencies
run: bun audit