From 660eb832ec564dad6b516c9acf7cb8fbbefc58d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joseph-Andr=C3=A9=20Turk?= Date: Wed, 6 Mar 2024 18:06:51 +0100 Subject: [PATCH] fix: prettier --- .github/workflows/testmock.yml | 2 +- .prettierrc.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testmock.yml b/.github/workflows/testmock.yml index c431394..1249b28 100644 --- a/.github/workflows/testmock.yml +++ b/.github/workflows/testmock.yml @@ -1,4 +1,4 @@ -name: Pull request tests +name: Pull request tests with mocks on: pull_request: branches: diff --git a/.prettierrc.yml b/.prettierrc.yml index 3b6e085..42ad8c5 100644 --- a/.prettierrc.yml +++ b/.prettierrc.yml @@ -11,7 +11,7 @@ trailingComma: "all" overrides: - files: "*.sol" options: - compiler: "0.8.17" + compiler: "0.8.22" parser: "solidity-parse" tabWidth: 4 - files: "*.ts"