build: run xss-commit-linter verbosely

This commit is contained in:
Ned Batchelder
2021-10-18 14:50:11 -04:00
committed by Ned Batchelder
parent 24544aa395
commit d1aa75e3f2
3 changed files with 3 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ jobs:
with:
fetch-depth: 2
- name: Fetch master for comparison
- name: Fetch base branch for comparison
run: git fetch --depth=1 origin ${{ github.base_ref }}
- name: Install Required System Packages