Merge pull request #237 from wneessen/dependabot/github_actions/codec… #587
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
# SPDX-FileCopyrightText: 2022 Winni Neessen <[email protected]> | |
# | |
# SPDX-License-Identifier: CC0-1.0 | |
name: REUSE Compliance Check | |
permissions: | |
contents: read | |
on: [push, pull_request] | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0 | |
- name: REUSE Compliance Check | |
uses: fsfe/reuse-action@bb774aa972c2a89ff34781233d275075cbddf542 # v5.0.0 |