Skip to content

Commit

Permalink
Merge pull request #172 from corpus-io/feature/fixPrettierAction
Browse files Browse the repository at this point in the history
pin prettier version because of breaking changes
  • Loading branch information
malteish authored Aug 2, 2023
2 parents 9600dbb + e32ea06 commit cd680c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
- main
workflow_dispatch:
branches:
- "**"
- '**'

name: prettier

Expand All @@ -25,3 +25,4 @@ jobs:
# This part is also where you can pass other options, for example:
prettier_options: --write **/*.{sol,md,js}
prettier_plugins: prettier-plugin-solidity
prettier_version: 2.8.8

0 comments on commit cd680c7

Please sign in to comment.