Skip to content

Commit e19e12f

Browse files
rillianjmvalin
authored andcommitted
github actions: check whitespace against the main branch
This check was comparing with the opus-ng branch, which does show some newer files with trailing whitespace, but for pull requests ends up showing issues from unrelated code. Instead, compare against the current development branch for more specific feedback. Signed-off-by: Jean-Marc Valin <[email protected]>
1 parent 447934a commit e19e12f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/repository.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ jobs:
1212
fetch-depth: 0
1313
- name: Check Whitespaces
1414
run: |
15-
git diff-tree --check origin/opus-ng HEAD
15+
git diff-tree --check origin/main HEAD

0 commit comments

Comments
 (0)