From 76a4af12051e1b2bd2fe8bda06eab25759d6bbb9 Mon Sep 17 00:00:00 2001 From: Vladislav Volosnikov Date: Tue, 21 Jan 2025 11:21:56 +0100 Subject: [PATCH] Run prettier in workflows --- .github/workflows/l1-contracts-ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/l1-contracts-ci.yaml b/.github/workflows/l1-contracts-ci.yaml index d281e42c4..1763f96e0 100644 --- a/.github/workflows/l1-contracts-ci.yaml +++ b/.github/workflows/l1-contracts-ci.yaml @@ -327,6 +327,7 @@ jobs: working-directory: l1-contracts minimum-coverage: 85 # Set coverage threshold. + # FIXME: restore gas report CI # gas-report: # needs: [build, lint]