Merge pull request #754 from dorssel/update-usbids #893
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: 2020 Frans van Dorsselaer | |
# | |
# SPDX-License-Identifier: GPL-3.0-only | |
--- | |
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json | |
name: REUSE | |
on: | |
push: | |
branches: [master] | |
pull_request: | |
branches: [master] | |
permissions: read-all | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: REUSE Compliance Check | |
uses: fsfe/reuse-action@v2 |