Skip to content

Commit

Permalink
all: add licence + REUSE licence managment
Browse files Browse the repository at this point in the history
Signed-off-by: Ethan Perruzza <ethan.perruzza@gmail.com>
  • Loading branch information
EthanPERRUZZA authored and ElysaSrc committed Sep 10, 2024
1 parent b214168 commit cffa7de
Show file tree
Hide file tree
Showing 4 changed files with 858 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,10 @@ jobs:
}
commit_titles | TERM=xterm-color .github/scripts/check-commit-titles.sh
check_reuse_compliance:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v4
Loading

0 comments on commit cffa7de

Please sign in to comment.