Skip to content

Commit

Permalink
Get autoformat working with pull requests actions/checkout#317
Browse files Browse the repository at this point in the history
  • Loading branch information
invisibleroads committed May 22, 2024
1 parent 05ac8d3 commit 1019539
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.ref_name }}
- uses: actions/setup-python@v5
with:
python-version: "3.12"
Expand Down

0 comments on commit 1019539

Please sign in to comment.