Skip to content

Merge branch 'develop' into mv3-fr #620

Merge branch 'develop' into mv3-fr

Merge branch 'develop' into mv3-fr #620

Workflow file for this run

name: Check formatting
on:
push:
branches-ignore:
- smelte
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: 'recursive'
- uses: c-hive/gha-yarn-cache@v1
- name: Install modules
run: yarn
- name: Check formatting
run: |
yarn format:check