Skip to content

chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates #1043

chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates

chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates #1043

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- main
- release/*
jobs:
tests:
name: 'Lint'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v2
- name: Install dependencies
run: yarn
- name: Lint
run: yarn lint
- name: Format
run: yarn format