fix: use proper SPDX headers to clarify LGPL3 vs JSA licensing #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: spdx | |
on: | |
pull_request | |
jobs: | |
check-spdx-headers: | |
runs-on: ubuntu-latest | |
steps: | |
- name: checkout | |
uses: actions/checkout@v4 | |
- uses: enarx/spdx@5e6fecdee147bd4cab97893c71d638280e280e66 | |
with: | |
licenses: LGPL-3.0-or-later JSA |