Skip to content

🪲 Fix checks.yml

🪲 Fix checks.yml #2

Workflow file for this run

# SPDX-FileCopyrightText: Simon Schneegans <[email protected]>
# SPDX-License-Identifier: CC0-1.0
name: Push
on:
push:
branches:
- "**"
jobs:
reuse:
name: Check REUSE
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v1