chore(deps): Bump actions/checkout from 3 to 4 #19
Workflow file for this run
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: 2023 The Input-Leap Developers | |
# | |
# SPDX-License-Identifier: GPL-2.0-only | |
name: REUSE Compliance workflow | |
on: | |
pull_request: | |
jobs: | |
test-reuse-compliance: | |
name: Test the commit for REUSE Compliance. | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: fsfe/reuse-action@v2 |