Skip to content

Commit

Permalink
Update SPDX identifier action with ignore-paths for source files/dirs…
Browse files Browse the repository at this point in the history
… that have different licenses

Signed-off-by: Jonathan Swartz <[email protected]>
  • Loading branch information
swahtz committed Dec 18, 2024
1 parent 1d9c734 commit 29606d6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/fvdb_codestyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,12 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v4
- uses: enarx/spdx@master
- uses: swahtz/spdx@feature/ignore_paths
with:
licenses: |-
Apache-2.0
ignore-paths: |-
openvdb/openvdb/math/Half.cc
openvdb/openvdb/math/Half.h
openvdb_wolfram/OpenVDBLink
openvdb_ax/openvdb_ax/grammar/generated

0 comments on commit 29606d6

Please sign in to comment.