mirror of
https://github.com/joppuyo/nice-nginx-error-page.git
synced 2026-03-07 16:32:22 +00:00
Create reuse.yml
This commit is contained in:
14
.github/workflows/reuse.yml
vendored
Normal file
14
.github/workflows/reuse.yml
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
# SPDX-FileCopyrightText: 2021 Johannes Siipola
|
||||
# SPDX-License-Identifier: MIT OR CC0-1.0
|
||||
|
||||
name: REUSE Compliance Check
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: REUSE Compliance Check
|
||||
uses: fsfe/reuse-action@v1
|
||||
Reference in New Issue
Block a user