Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKaplan-lw committed Aug 12, 2024
1 parent f401dfb commit 1e4d986
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,4 @@ jobs:
- name: Prettier
uses: docker://tmknom/prettier:3.0.0
with:
args: |
pwd
ls -la
find . -type f
prettier -c . '!**/volumes' '!**/dist' '!target' '!**/translations'
args: prettier --log-level debug -c . '!**/volumes' '!**/dist' '!target' '!**/translations'

0 comments on commit 1e4d986

Please sign in to comment.