Skip to content

feat:[PAYM-2001] Added '30_days' term to 'SUPERPAY_TERMS' #280

feat:[PAYM-2001] Added '30_days' term to 'SUPERPAY_TERMS'

feat:[PAYM-2001] Added '30_days' term to 'SUPERPAY_TERMS' #280

Workflow file for this run

name: Main
on:
push:
branches:
- master
pull_request:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: umidbekk/actions/npm/install@v2
- run: yarn tsc
- run: yarn lint
- run: yarn test
- uses: codecov/codecov-action@v3
- run: yarn build