Skip to content

Bump actions/checkout from 3 to 4 #11

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #11

Workflow file for this run

# REUSE compliance linter, see https://reuse.software/faq/ --- niomo
# Copyright © 2022 Free Software Foundation Europe e.V. <https://fsfe.org>
# Copyright © 2023 Gruruya <[email protected]>
# SPDX-License-Identifier: CC0-1.0
name: linting reuse
on: [push, pull_request]
jobs:
REUSE-Compliance-Check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v2