Skip to content

Commit 0479a9f

Browse files
committed
Remove Qlty from gate
1 parent 87e56c6 commit 0479a9f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/gate_fedora.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,5 @@ jobs:
7373
working-directory: ./build
7474
- name: "Set git safe directory, ref: https://github.com/actions/checkout/issues/760"
7575
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
76-
- name: Upload coverage to Qlty # Requires: git package
77-
if: ${{ github.repository == 'ComplianceAsCode/content' }}
78-
uses: qltysh/qlty-action/coverage@a19242102d17e497f437d7466aa01b528537e899 # v2.2.0
79-
with:
80-
token: qltcp_kdIPsqNZzW5rYoxq
81-
files: build/tests/coverage.xml
82-
strip-prefix: /__w/content/content
8376
- name: Validate gitmailmap
8477
run: grep -E "\S" .mailmap | grep -Ev '^#' | git check-mailmap --stdin

0 commit comments

Comments
 (0)