2
0

Run pre-commit's whitespace related hooks on .github and .azuredevops (#2129)

In order for pre-commit to be useful, everything needs to meet a common
baseline.

Signed-off-by: Mario Limonciello (AMD) <superm1@kernel.org>
Este cometimento está contido em:
Mario Limonciello
2025-12-08 14:39:42 -06:00
cometido por GitHub
ascendente 354cc98d55
cometimento 6a899b5f6d
11 ficheiros modificados com 59 adições e 59 eliminações
+3 -3
Ver ficheiro
@@ -45,17 +45,17 @@ jobs:
.github/scripts/import_subrepo_prs.py
${{ github.event.inputs.subrepo-prefix }}
sparse-checkout-cone-mode: true
- name: Set up Python 3.x
uses: actions/setup-python@v4
with:
python-version: "3.x"
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
pip install PyGithub GitPython
- name: Import Subrepo PRs
env:
GITHUB_TOKEN: ${{ steps.gen_token.outputs.token }}