Skip to content

chore(deps): bump body-parser from 1.19.0 to 1.20.3 #532

chore(deps): bump body-parser from 1.19.0 to 1.20.3

chore(deps): bump body-parser from 1.19.0 to 1.20.3 #532

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- develop
- master
jobs:
run-lint:
name: Run linters
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/[email protected]
with:
node-version: 14
- name: Install Node.js dependencies
run: yarn install
- name: Run linters
run: yarn run lint