Skip to content

Merge remote-tracking branch 'origin/feature/hub-94' into feature/hub… #119

Merge remote-tracking branch 'origin/feature/hub-94' into feature/hub…

Merge remote-tracking branch 'origin/feature/hub-94' into feature/hub… #119

Workflow file for this run

name: format-check
on: [push]
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Validate Prettier config
run: yarn run format:check