Skip to content

[RFR][TA] Automate cool store bug_MTA_4025 #3454

[RFR][TA] Automate cool store bug_MTA_4025

[RFR][TA] Automate cool store bug_MTA_4025 #3454

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