Skip to content

Merge pull request #60 from jeffcfbr/patch-1 #35

Merge pull request #60 from jeffcfbr/patch-1

Merge pull request #60 from jeffcfbr/patch-1 #35

Workflow file for this run

name: REUSE
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
reuse:
# The type of runner that the job will run on
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
# Check REUSE Compliance
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v1.1