Skip to content

Commit

Permalink
print current folder
Browse files Browse the repository at this point in the history
  • Loading branch information
kuanfandevops committed Jul 31, 2024
1 parent c3f1763 commit d26d5bf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/prettier-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
with:
prettier_options: --write **/*.{js,md}

- name: pwd
run: |
pwd
ls -l
- name: Run python black code formatter
uses: DataDog/[email protected]
Expand Down

0 comments on commit d26d5bf

Please sign in to comment.