Skip to content

Merge pull request #166 from artichoke/dependabot/github_actions/gha-… #542

Merge pull request #166 from artichoke/dependabot/github_actions/gha-…

Merge pull request #166 from artichoke/dependabot/github_actions/gha-… #542

Workflow file for this run

---
name: Audit
"on":
push:
branches:
- trunk
pull_request:
branches:
- trunk
schedule:
- cron: "0 0 * * TUE"
jobs:
js:
name: Audit JS Dependencies
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/[email protected]
- name: Install Nodejs toolchain
run: npm ci
- name: npm audit
run: npm audit