Skip to content

adding timeout to the rollout status #491

adding timeout to the rollout status

adding timeout to the rollout status #491

Workflow file for this run

name: 'Run prettify'
on:
pull_request:
push:
branches: [main]
jobs:
prettier:
name: Prettier Check
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: install deps
run: npm install
- name: Enforce Prettier
run: npm run format-check