Skip to content

README update for 'artifacts-type-override' input #338

README update for 'artifacts-type-override' input

README update for 'artifacts-type-override' input #338

name: Unit tests
on: [pull_request, push]
jobs:
ci-unit-tests:
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
# This should match the using value in `actions.yaml`
node-version: 20
- run: npm ci
- run: npm run lint
- run: npm run test