Skip to content

Merge pull request #253 from datalad/dependabot/github_actions/action… #14

Merge pull request #253 from datalad/dependabot/github_actions/action…

Merge pull request #253 from datalad/dependabot/github_actions/action… #14

Workflow file for this run

# SPDX-FileCopyrightText: 2020-2026 DataLad Team <team@datalad.org>
# SPDX-License-Identifier: MIT
name: REUSE Compliance
on:
pull_request:
paths:
- 'REUSE.toml'
- 'LICENSES/**'
- 'patches/**'
- '**/*.py'
- '**/*.sh'
- '**/*.yaml'
- '**/*.yml'
- '**/*.md'
- '.github/workflows/reuse.yaml'
push:
branches:
- master
jobs:
reuse:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: REUSE compliance check
uses: fsfe/reuse-action@v6