Skip to content

[RFR] Narrowing tier1 on release0.6 branch #3558

[RFR] Narrowing tier1 on release0.6 branch

[RFR] Narrowing tier1 on release0.6 branch #3558

Workflow file for this run

name: Code formatting
on: pull_request
jobs:
build:
name: Prettier
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: npm install .
- run: npm run check