Skip to content

feat: add feature flag state change audit log for compliance traceability #140

feat: add feature flag state change audit log for compliance traceability

feat: add feature flag state change audit log for compliance traceability #140

Workflow file for this run

name: Code Cleanup Audit
on:
pull_request:
schedule:
- cron: "0 1 * * 0"
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 11
- uses: actions/setup-node@v4
with:
node-version: 22
- run: pnpm install --frozen-lockfile
- name: Check unused dependencies
run: npx depcheck
continue-on-error: true