Skip to content

fix: remove comments from CartesiDAppFactory.t.sol #328

fix: remove comments from CartesiDAppFactory.t.sol

fix: remove comments from CartesiDAppFactory.t.sol #328

name: Check code format
on:
push:
paths:
- '.github/workflows/check-code-format.yml'
- 'onchain/rollups/**'
jobs:
check-code-format:
runs-on: ubuntu-22.04
defaults:
run:
working-directory: onchain/rollups
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- name: Install dependencies
run: yarn install
- name: Check code format
run: yarn fmt:check