Skip to content

rehaul github actions everything pipeline #77

rehaul github actions everything pipeline

rehaul github actions everything pipeline #77

Workflow file for this run

# SPDX-FileCopyrightText: Oak Ridge National Laboratory and Contributors
#
# SPDX-License-Identifier: Apache-2.0
name: REUSE Compliance
on:
push:
branches:
- master
- 'release*'
pull_request:
branches:
- master
- 'release*'
jobs:
reuse:
runs-on: ubuntu-slim
steps:
- uses: actions/checkout@v6
- name: Check REUSE compliance
run: pipx run reuse lint