Skip to content
Closed
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
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ jobs:
run: python scripts/cpplint.py

- name: Check license headers
run: python scripts/check_license.py
run: |
git config --global --add safe.directory "$GITHUB_WORKSPACE"
python scripts/check_license.py

- name: Check inline samples are up to date
run: python test/tools/inline_samples.py --check
Expand Down
Loading