Skip to content

Commit

Permalink
Do format updates on top of current commit rather than head. (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamtaranto authored Sep 22, 2024
1 parent a578d97 commit f9f2953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
ref: ${{ github.sha }}
- uses: chartboost/ruff-action@v1
with:
src: './src/python'
Expand Down

0 comments on commit f9f2953

Please sign in to comment.