Skip to content

Commit

Permalink
ci: check-profiles: fix git diff not running
Browse files Browse the repository at this point in the history
This amends commit c222b7f ("build: sort.py: fix whitespace in entire
profile (#6593)", 2024-12-28).
  • Loading branch information
kmk3 committed Jan 6, 2025
1 parent 9aaf505 commit 92137f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check-profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:

- name: sort.py
run: >
set +e;
./ci/check/profiles/sort.py
etc/inc/*.inc etc/{profile-a-l,profile-m-z}/*.profile;
echo;
Expand Down

0 comments on commit 92137f8

Please sign in to comment.