Skip to content

Commit

Permalink
Fix licence and copyright of reused workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
  • Loading branch information
stv0g committed Jun 15, 2024
1 parent 354671c commit 4e5bc6a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# SPDX-FileCopyrightText: 2023-2024 Steffen Vogel <post@steffenvogel.de>
# SPDX-License-Identifier: Apache-2.0

# yaml-language-server: $schema=https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/github-workflow.json
---
name: Compliance Checks

on:
push:
branches:
- main
pull_request:

jobs:
reuse:
uses: cunicu/.github/.github/workflows/reuse.yaml@v0.1.0

0 comments on commit 4e5bc6a

Please sign in to comment.