Skip to content

Bump express from 4.17.1 to 4.19.2 in /validation #302

Bump express from 4.17.1 to 4.19.2 in /validation

Bump express from 4.17.1 to 4.19.2 in /validation #302

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Cancel previous
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
- name: Lint accname
run: |
yarn install --frozen-lockfile
yarn check-lint
yarn check-format