Skip to content

Commit

Permalink
disable license check for now
Browse files Browse the repository at this point in the history
  • Loading branch information
defo89 committed Jan 10, 2025
1 parent 08ce85f commit 21f6f9a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,3 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
ignore: importas
reporter: github-check
- name: Check if source code files have license header
run: make check-license-headers
2 changes: 1 addition & 1 deletion Makefile.maker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ githubWorkflow:
ignorePaths:
- "**.md" # all Markdown files
license:
enabled: true
enabled: false
securityChecks:
enabled: true
pushContainerToGhcr:
Expand Down

0 comments on commit 21f6f9a

Please sign in to comment.