diff --git a/.github/workflows/run-formatter.yaml b/.github/workflows/run-formatter.yaml index 622fc3fa..d8ae7bdf 100644 --- a/.github/workflows/run-formatter.yaml +++ b/.github/workflows/run-formatter.yaml @@ -8,6 +8,12 @@ jobs: name: Format code steps: + - name: Checkout code + uses: actions/checkout@v4 + run: | + pwd + ls + - name: Set up rye uses: eifinger/setup-rye@v4 with: @@ -16,9 +22,6 @@ jobs: rye pin 3.9 rye sync - - name: Checkout code - uses: actions/checkout@v4 - # uses: eifinger/setup-rye@v4 # run: | # rye pin 3.9