Skip to content

feat: implement artifacts poc #2034

feat: implement artifacts poc

feat: implement artifacts poc #2034

Workflow file for this run

name: Continuous Audit Check
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "0 5 * * 0" # Weekly every Sunday 05:00 UTC
workflow_dispatch:
jobs:
node-npm:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node version
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
check-latest: false
cache: "npm"
cache-dependency-path: package-lock.json
- name: Audit
run: |
npm audit --omit=dev