Skip to content

chore(infra): increase better uptime check interval to 1m b/c we alre… #4111

chore(infra): increase better uptime check interval to 1m b/c we alre…

chore(infra): increase better uptime check interval to 1m b/c we alre… #4111

Workflow file for this run

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