Skip to content

build(deps-dev): bump braces from 3.0.2 to 3.0.3 #115

build(deps-dev): bump braces from 3.0.2 to 3.0.3

build(deps-dev): bump braces from 3.0.2 to 3.0.3 #115

Workflow file for this run

name: Continuous Integration
on: pull_request
jobs:
pr-integration:
runs-on: ubuntu-latest
steps:
- name: Checkout ${{ github.repository }} @ ${{ github.ref }}
uses: actions/checkout@v2
- name: Install NodeJs
uses: actions/setup-node@v1
with:
node-version: 16.x
- name: Install Packages required for api
run: npm install
- name: Lint
run: npm run lint