Skip to content

Commit

Permalink
feat(ci): spdx workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc committed Mar 5, 2024
1 parent dafcf86 commit d5203bf
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/spdx.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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

0 comments on commit d5203bf

Please sign in to comment.