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 e8d63ac commit 61359f7
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,8 @@ jobs:
submodules: recursive
show-progress: "false"

- name: Debug
uses: docker://alpine:3
with:
args: sh -c 'set -x ; pwd ; ls -la ; find . -type f ; apk add git ; git status'

- name: Prettier
uses: docker://tmknom/prettier:3.0.0
with:
args: prettier --log-level debug -c . '!**/volumes' '!**/dist' '!target' '!**/translations'
entrypoint: prettier
args: -c . '!**/volumes' '!**/dist' '!target' '!**/translations'

0 comments on commit 61359f7

Please sign in to comment.