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:
cometido por
GitHub
ascendente
354cc98d55
cometimento
6a899b5f6d
@@ -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 }}
|
||||
|
||||
Criar uma nova questão referindo esta
Bloquear um utilizador