Skip to content

Bump braces from 3.0.2 to 3.0.3 (#102) #265

Bump braces from 3.0.2 to 3.0.3 (#102)

Bump braces from 3.0.2 to 3.0.3 (#102) #265

Workflow file for this run

name: Linter
on:
push:
pull_request:
branches:
- main
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.4.1
with:
access_token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v2
with:
fetch-depth: 1
- name: Lint
run: |
yarn lint