Skip to content

refactor: replace magic number with constant for HTTP error status in… #1616

refactor: replace magic number with constant for HTTP error status in…

refactor: replace magic number with constant for HTTP error status in… #1616

Workflow file for this run

name: Tests
on:
push:
branches-ignore:
- prod
- master
jobs:
lint:
name: Unit testing
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Use Node.js 24.x
uses: actions/setup-node@v4
with:
node-version: 24.x
- run: yarn install
- run: yarn test