Skip to content

Commit

Permalink
all: add REUSE
Browse files Browse the repository at this point in the history
Signed-off-by: Ethan Perruzza <[email protected]>
  • Loading branch information
EthanPERRUZZA authored and ElysaSrc committed Sep 10, 2024
1 parent b4f4fa0 commit e69afa5
Show file tree
Hide file tree
Showing 4 changed files with 861 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: Lint and build the chart
name: PR Checks

on:
pull_request:

jobs:
check:
check_lint_and_build:
name: Lint and build the chart
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -28,3 +29,11 @@ jobs:
- name: Package the Chart
run: |
helm package .
check_reuse_compliance:
name: 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 e69afa5

Please sign in to comment.