Skip to content

Commit

Permalink
Merge branch 'main' into opt/sdk-esm
Browse files Browse the repository at this point in the history
  • Loading branch information
wow-sven authored Dec 3, 2024
2 parents 037c7cb + b427f4f commit 61df522
Show file tree
Hide file tree
Showing 5,804 changed files with 501,809 additions and 1,243 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion .github/workflows/check_licenses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Run SPDX-License-Identifier checks
run: |
find . -type f \( -name '*.rs' -o -name '*.sh' \) -exec sh -c '
find . -not -path "./third_party/*" -type f \( -name '*.rs' -o -name '*.sh' \) -exec sh -c '
for FILE do
if ! grep -q "SPDX-License-Identifier: Apache-2.0" "$FILE"; then
echo "ERROR: SPDX-License-Identifier is not Apache-2.0 in $FILE"
Expand Down
Loading

0 comments on commit 61df522

Please sign in to comment.