We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eda50d0 commit 0a22d3dCopy full SHA for 0a22d3d
1 file changed
.github/workflows/license-check.yml
@@ -117,6 +117,7 @@ jobs:
117
ref: ${{ github.event.pull_request.head.sha }}
118
- uses: zccrs/github-actions-spdx-checker@main
119
if: contains(github.event.repository.name, 'dde') || contains(github.event.repository.name, 'dtk')
120
+ continue-on-error: true
121
with:
122
include: '*.py,*.js,*.jsx,*.tsx,*.java,*.cpp,*.c,*.h,*.hpp,*.go,*.rs,*.rb,*.php,*.sh,*.xml,*.yaml,*.yml,*.qml,CMakeLists.txt,Makefile'
123
exclude: 'vendor/**,node_modules/**'
0 commit comments