Skip to content

feat(Infra): Reduce minimal infrastructure required to get Rivet running #93

feat(Infra): Reduce minimal infrastructure required to get Rivet running

feat(Infra): Reduce minimal infrastructure required to get Rivet running #93

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 [email protected] --check .