diff --git a/.github/workflows/prettier-test.yaml b/.github/workflows/prettier-test.yaml index 6b5d5ca8..01042b8e 100644 --- a/.github/workflows/prettier-test.yaml +++ b/.github/workflows/prettier-test.yaml @@ -19,12 +19,14 @@ jobs: with: ref: ${{ github.head_ref }} - - name: Test yarn - run: | - yarn --version - yarn add --exact prettier @prettier/plugin-python - - name: Prettify code uses: creyD/prettier_action@v4.3 with: - prettier_options: --write **/*.{js,md,py} \ No newline at end of file + prettier_options: --write **/*.{js,md} + + + - name: Run python black code formatter + uses: DataDog/action-py-black-formatter@v2.5 + with: + check_mode: "true" + \ No newline at end of file