hedgedoc/.github/workflows/reuse.yml
Tilman Vatteroth c7f318e525 ci: unpin actions
some of the hashes dont exist anymore. but i'm too lazy to look for the new hashes. So i let renovate update them later.

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
2025-04-20 19:29:05 +02:00

22 lines
496 B
YAML

# SPDX-FileCopyrightText: 2021 The HedgeDoc developers (see AUTHORS file)
#
# SPDX-License-Identifier: AGPL-3.0-only
name: REUSE Compliance Check
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
reuse:
runs-on: ubuntu-latest
container:
image: fsfe/reuse:4.0.3@sha256:7e0ca22c55f73947d9ebc77deacc79357deff0c6abc63acdd87222f633718919
steps:
- uses: actions/checkout@v4.2.2 # v4.2.2
- name: Run linter
run: reuse lint