Skip to content

fix(COD-5797): fix account url (#232) #852

fix(COD-5797): fix account url (#232)

fix(COD-5797): fix account url (#232) #852

Workflow file for this run

name: Unit tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
- run: npm run lint-check
- run: npm run pretty-check
- run: npm test