name: security on: push: jobs: audit: runs-on: debian steps: - uses: actions/checkout@v4 - run: npm install - run: npm audit || true