Skip to content

Commit

Permalink
fix: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
jatZama committed Mar 6, 2024
1 parent f903d3e commit 660eb83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testmock.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Pull request tests
name: Pull request tests with mocks
on:
pull_request:
branches:
Expand Down
2 changes: 1 addition & 1 deletion .prettierrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 660eb83

Please sign in to comment.