diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 510ad55..77b2ef2 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -34,10 +34,10 @@ jobs: # forge build nest --sizes # id: build - - name: Run Forge format - run: | - forge fmt nest --check - id: format + # - name: Run Forge format + # run: | + # forge fmt nest --check + # id: format # - name: Run Forge tests # run: |