Skip to content

Bump braces from 3.0.2 to 3.0.3 #28

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #28

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- '*'
jobs:
lint-app:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install app dependencies
run: yarn install
- name: Lint /app
run: yarn lint