diff --git a/.github/workflows/prettier-test.yaml b/.github/workflows/prettier-test.yaml index 427d87e0..22d5109e 100644 --- a/.github/workflows/prettier-test.yaml +++ b/.github/workflows/prettier-test.yaml @@ -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/action-py-black-formatter@v2.5