Skip to content

Bump braces from 3.0.2 to 3.0.3 in /projects/integration #222

Bump braces from 3.0.2 to 3.0.3 in /projects/integration

Bump braces from 3.0.2 to 3.0.3 in /projects/integration #222

Workflow file for this run

name: Unit
on:
pull_request:
branches: [ master ]
push:
branches: [ master ]
jobs:
check_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- shell: bash
run: |
npm ci
- shell: bash
run: |
npm run lint
- shell: bash
run: |
npm run test