Skip to content

Commit

Permalink
ci: run reuse lint as actions check
Browse files Browse the repository at this point in the history
  • Loading branch information
stigok committed Nov 5, 2024
1 parent 41d9dde commit 300ff37
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/reuse.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# SPDX-FileCopyrightText: 2022 - 2024 NRK
#
# SPDX-License-Identifier: MIT
on:
push:
branches:
- main
pull_request:
branches:
- main

name: REUSE Compliance Check
jobs:
reuse-compliance-check:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/[email protected]
-
name: REUSE Compliance Check
uses: fsfe/[email protected]

0 comments on commit 300ff37

Please sign in to comment.