Skip to content

Merge consent-proof-signature and frames-client from web repo #35

Merge consent-proof-signature and frames-client from web repo

Merge consent-proof-signature and frames-client from web repo #35

Workflow file for this run

name: Format check
on:
push:
branches:
- main
pull_request:
jobs:
prettier:
name: Prettier
runs-on: warp-ubuntu-latest-x64-8x
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
cache: "yarn"
env:
SKIP_YARN_COREPACK_CHECK: "1"
- name: Enable corepack
run: corepack enable
- name: Install dependencies
run: yarn
- name: Format check
run: yarn format:check