Skip to content

Verification of the refs/heads/deprecate branch #18

Verification of the refs/heads/deprecate branch

Verification of the refs/heads/deprecate branch #18

Workflow file for this run

name: CI Verification
run-name: Verification of the ${{ github.ref }} branch
on: [push]
jobs:
Verification:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npm test
- run: npm run build