Skip to content

fix(sync): let auto-commit recognise its own translation output (#112) #386

fix(sync): let auto-commit recognise its own translation output (#112)

fix(sync): let auto-commit recognise its own translation output (#112) #386

Workflow file for this run

name: Security Audit
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '0 2 * * *'
workflow_dispatch:
permissions:
contents: read
jobs:
security:
name: npm audit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version: '24'
cache: npm
- run: npm ci
- name: Run npm audit (production only)
run: npm audit --audit-level=moderate --omit=dev