This commit is contained in:
Jonas Kruckenberg
2022-12-14 20:39:21 +01:00
parent 9a1fa9acbc
commit 36698d1436
22 changed files with 101 additions and 67 deletions
+4 -4
View File
@@ -3,19 +3,19 @@ name: Audit JavaScript
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
- cron: "0 0 * * *"
push:
branches:
- dev
paths:
- '.github/workflows/audit-javascript.yml'
- ".github/workflows/audit-javascript.yml"
- "**/pnpm-lock.yaml"
- "**/package.json"
pull_request:
branches:
- dev
paths:
- '.github/workflows/audit-javascript.yml'
- ".github/workflows/audit-javascript.yml"
- "**/pnpm-lock.yaml"
- "**/package.json"
@@ -42,4 +42,4 @@ jobs:
with:
run_install: true
- name: audit
run: pnpm audit
run: pnpm audit