Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,16 @@ jobs:
steps:
- name: Check out repository
uses: actions/checkout@v6
with:
fetch-depth: 0

- name: Trust the container workspace
run: git config --global --add safe.directory "${GITHUB_WORKSPACE}"

- name: Verify copyright years
run: |
bash tools/copyright-update.sh
git diff --exit-code

- name: Run Apache RAT
run: |
Expand Down