Skip to content

Merge pull request #114 from primev/feat/dynamic-surplus-rate #371

Merge pull request #114 from primev/feat/dynamic-surplus-rate

Merge pull request #114 from primev/feat/dynamic-surplus-rate #371

Workflow file for this run

name: Format Check
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
prettier:
name: Prettier
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Check formatting
run: npm run format:check