Skip to content

Commit

Permalink
Merge pull request #2469 from nextcloud/chore/noid/reuse-badge-and-te…
Browse files Browse the repository at this point in the history
…mpalte-sync

Add reuse badge and template sync
  • Loading branch information
Chartman123 authored Dec 17, 2024
2 parents 909eda6 + af92fa4 commit e22b6e9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/reuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ name: REUSE Compliance Check
on: [pull_request]

jobs:
test:
reuse-compliance-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: REUSE Compliance Check
uses: fsfe/reuse-action@bb774aa972c2a89ff34781233d275075cbddf542 # v5.0.0
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: REUSE Compliance Check
uses: fsfe/reuse-action@bb774aa972c2a89ff34781233d275075cbddf542 # v5.0.0
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

# Nextcloud Forms

[![REUSE status](https://api.reuse.software/badge/github.com/nextcloud/forms)](https://api.reuse.software/info/github.com/nextcloud/forms)
![Downloads](https://img.shields.io/github/downloads/nextcloud-releases/forms/total?style=flat-square)
[![Code coverage](https://img.shields.io/codecov/c/github/nextcloud/forms.svg?style=flat-square)](https://codecov.io/gh/nextcloud/forms/)
[![Dependabot status](https://img.shields.io/badge/Dependabot-enabled-brightgreen.svg?longCache=true&style=flat-square&logo=dependabot)](https://dependabot.com)
Expand Down

0 comments on commit e22b6e9

Please sign in to comment.