Skip to content

Commit

Permalink
Different prettier settings
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderattar committed Aug 8, 2023
1 parent 184b399 commit e94acf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/enforce_prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
- name: Prettify code
uses: creyD/prettier_action@v4.3
with:
prettier_options: --check deploy/**/*.ts test/**/*.ts scripts/**/*.ts
prettier_options: --write deploy/**/*.ts test/**/*.ts scripts/**/*.ts
dry: True

0 comments on commit e94acf3

Please sign in to comment.