Skip to content

Bump braces from 3.0.2 to 3.0.3 #64

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #64

Workflow file for this run

name: Format, lint, build
on:
pull_request:
branches: [master]
jobs:
verify:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Lint
run: yarn lint
- name: Build
run: yarn build --no-lint