Skip to content

feat(HUB-382): remove billing button from homepage (#145) #598

feat(HUB-382): remove billing button from homepage (#145)

feat(HUB-382): remove billing button from homepage (#145) #598

Workflow file for this run

name: format-check
on: [push]
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
lfs: true
- 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