Skip to content

chore(deps): bump chalk from 5.2.0 to 5.3.0 #437

chore(deps): bump chalk from 5.2.0 to 5.3.0

chore(deps): bump chalk from 5.2.0 to 5.3.0 #437

Workflow file for this run

name: Build PR
on: pull_request
jobs:
lint:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 12
- name: Install dependencies
run: yarn --frozen-lockfile --ignore-scripts
- name: Prettier check
run: yarn prettier --check "./**/*.{js,md}"
- name: Lint
run: yarn eslint "./**/*.js"
- name: Test
run: yarn jest