We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87e56c6 commit 0479a9fCopy full SHA for 0479a9f
.github/workflows/gate_fedora.yml
@@ -73,12 +73,5 @@ jobs:
73
working-directory: ./build
74
- name: "Set git safe directory, ref: https://github.com/actions/checkout/issues/760"
75
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
83
- name: Validate gitmailmap
84
run: grep -E "\S" .mailmap | grep -Ev '^#' | git check-mailmap --stdin
0 commit comments