Skip to content

chore(deps-dev): bump @amanda-mitchell/node-project-scripts from 4.85.0 to 4.86.0 #528

chore(deps-dev): bump @amanda-mitchell/node-project-scripts from 4.85.0 to 4.86.0

chore(deps-dev): bump @amanda-mitchell/node-project-scripts from 4.85.0 to 4.86.0 #528

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: 18
- 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