Initial commit

This commit is contained in:
2025-10-17 11:55:10 -05:00
commit f523ec3b6b
17 changed files with 2381 additions and 0 deletions

27
.github/workflows/npm-audit.yml vendored Normal file
View File

@@ -0,0 +1,27 @@
name: NPM Audit Check
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
- cron: '0 16 * * 5'
jobs:
npm_audit:
name: Check NPM audit
runs-on: ubuntu-latest
timeout-minutes: 20
strategy:
fail-fast: true
permissions:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: NPM Audit
run: npm audit