mirror of
https://github.com/mustbeperfect/definitive-opensource.git
synced 2026-04-18 01:54:11 +02:00
Changed source of python version in workflow
This commit is contained in:
7
.github/workflows/format-maintenance.yml
vendored
7
.github/workflows/format-maintenance.yml
vendored
@@ -1,10 +1,9 @@
|
|||||||
|
|
||||||
name: Format Maintenance
|
name: Format Maintenance
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 1 * * 1'
|
- cron: "0 1 * * 1"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
generate:
|
generate:
|
||||||
@@ -12,7 +11,7 @@ jobs:
|
|||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
@@ -23,7 +22,7 @@ jobs:
|
|||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v6
|
uses: actions/setup-python@v6
|
||||||
with:
|
with:
|
||||||
python-version-file: 'pyproject.toml'
|
python-version-file: ".python-version"
|
||||||
|
|
||||||
- name: Install UV
|
- name: Install UV
|
||||||
uses: astral-sh/setup-uv@v7
|
uses: astral-sh/setup-uv@v7
|
||||||
|
|||||||
Reference in New Issue
Block a user