Skip to content

Commit

Permalink
Merge pull request #36 from p2m2/Marcellino-Palerme-reuse-compliant-w…
Browse files Browse the repository at this point in the history
…orkflow

Create reuse_compliant.yml
  • Loading branch information
Marcellino-Palerme authored Jan 17, 2024
2 parents aa2c89c + f18dff4 commit 027018a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/reuse_compliant.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# SPDX-FileCopyrightText: 2024 Marcellino Palerme <marcellino.palerme@inrae.fr>
#
# SPDX-License-Identifier: MIT

name: REUSE Compliance Check

on:
pull_request_target:
branches:
- main
- develop

jobs:
test:
runs-on: ubuntu-latest
steps:
# Load my repo
- uses: actions/checkout@v4

0 comments on commit 027018a

Please sign in to comment.