Skip to content

also test using the latest major version of the action #1

also test using the latest major version of the action

also test using the latest major version of the action #1

Workflow file for this run

# SPDX-FileCopyrightText: 2020 Free Software Foundation Europe e.V. <https://fsfe.org>
#
# SPDX-License-Identifier: GPL-3.0-or-later
# Checking the action on itself, useful for PRs which alter the action's behaviour
name: REUSE Selftest
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: REUSE version
uses: ./
with:
args: --version
- name: REUSE lint
uses: ./
with:
args: --include-submodules lint
- name: REUSE SPDX SBOM
uses: ./
with:
args: spdx