mirror of
https://github.com/joppuyo/nice-nginx-error-page.git
synced 2026-03-08 00:42:22 +00:00
15 lines
285 B
YAML
15 lines
285 B
YAML
# 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
|