Skip to content

Commit

Permalink
Run CI whitespace check only on changes introduced in latest PR
Browse files Browse the repository at this point in the history
  • Loading branch information
dburgener committed Apr 29, 2024
1 parent 6ff3d00 commit 6876674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,4 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: check-whitespaces
run: git diff-tree --check $(git hash-object -t tree /dev/null) HEAD
run: git diff-tree --check main HEAD

0 comments on commit 6876674

Please sign in to comment.