mirror of
https://github.com/dlang/dmd.git
synced 2025-04-25 20:50:41 +03:00
.github/workflows/pre_commit.yml: Specify python version to install
This should fix CI failing during the pre-commit action. Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
This commit is contained in:
parent
e04ca660f7
commit
676bda7645
1 changed files with 2 additions and 0 deletions
2
.github/workflows/pre_commit.yml
vendored
2
.github/workflows/pre_commit.yml
vendored
|
@ -30,6 +30,8 @@ jobs:
|
||||||
|
|
||||||
git config --global diff.wsErrorHighlight "all"
|
git config --global diff.wsErrorHighlight "all"
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
|
with:
|
||||||
|
python-version: '3.x'
|
||||||
- uses: pre-commit/action@v3.0.1
|
- uses: pre-commit/action@v3.0.1
|
||||||
- name: Check changelog entries
|
- name: Check changelog entries
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue