Skip to content

0.7.2 to master

0.7.2 to master #521

Workflow file for this run

name: Code style & lint
on:
push:
branches:
- master
- b0.*
pull_request:
branches:
- master
- b0.*
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check code style and lint
run: |
yarn install
yarn format:check
yarn lint