Skip to content

Potential fix for code scanning alert no. 2: Workflow does not contai… #59

Potential fix for code scanning alert no. 2: Workflow does not contai…

Potential fix for code scanning alert no. 2: Workflow does not contai… #59

Workflow file for this run

name: Node.js CI
permissions:
contents: read
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: volta-cli/action@v4
- run: npm ci --no-audit
- run: npm run lint --if-present
- run: npm test
- run: npm run build --if-present
env:
CI: true