Skip to content

GOK-366 | Inward Api functionality for stock receipt #127

GOK-366 | Inward Api functionality for stock receipt

GOK-366 | Inward Api functionality for stock receipt #127

Workflow file for this run

name: Pull Reqeust
on:
pull_request:
branches: [ master ]
types: [opened, synchronize, reopened]
jobs:
build:
name: Build and Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: "16.x"
- run: npm install
- run: npm run lint
- run: npm test
- run: npm run build