Skip to content

Commit

Permalink
Fix linting.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
non-det-alle authored Oct 13, 2024
1 parent 9b41524 commit fd80ef8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
timeout-minutes: 180
env:
CLANG_TIDY_OUTPUT: clang-tidy-output.log
CI_DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
steps:
# The following step is required in all jobs that use this repo's actions
- name: "Retrieve actions from repository"
Expand Down Expand Up @@ -61,8 +62,6 @@ jobs:
1> $CLANG_TIDY_OUTPUT
2> /dev/null || true ;
fi
env:
CI_DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
- name: "Trim empty lines from output file"
run: sed -i '/^$/d' $CLANG_TIDY_OUTPUT
- name: "Check job results"
Expand Down

0 comments on commit fd80ef8

Please sign in to comment.