Skip to content

Checking format

Checking format #7

Workflow file for this run

name: Check format
run-name: Checking format
on:
pull_request:
branches:
- master
jobs:
check-formatting:
name: 'Check Formatting'
runs-on: ubuntu-latest
steps:
- name: Checkout files
uses: actions/checkout@v4
- name: Restore node_modules
uses: OffchainLabs/actions/node-modules/install@main
- name: Check formatting with Prettier
run: yarn prettier:format