We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cab7b7 commit be321b8Copy full SHA for be321b8
1 file changed
.github/workflows/license-check.yml
@@ -145,7 +145,6 @@ jobs:
145
fetch-depth: 0
146
ref: ${{ github.event.pull_request.head.sha }}
147
- uses: zccrs/github-actions-spdx-checker@main
148
- if: contains(github.event.repository.name, 'dde') || contains(github.event.repository.name, 'dtk')
149
with:
150
include: '*.py,*.js,*.jsx,*.tsx,*.java,*.cpp,*.c,*.h,*.hpp,*.go,*.rs,*.rb,*.php,*.sh,*.xml,*.yaml,*.yml,*.qml,CMakeLists.txt,Makefile'
151
exclude: 'vendor/**,node_modules/**'
0 commit comments