mirror of
https://github.com/mustbeperfect/definitive-opensource.git
synced 2026-04-17 15:43:26 +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
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 1 * * 1'
|
||||
- cron: "0 1 * * 1"
|
||||
|
||||
jobs:
|
||||
generate:
|
||||
@@ -12,7 +11,7 @@ jobs:
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v6
|
||||
@@ -23,7 +22,7 @@ jobs:
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version-file: 'pyproject.toml'
|
||||
python-version-file: ".python-version"
|
||||
|
||||
- name: Install UV
|
||||
uses: astral-sh/setup-uv@v7
|
||||
|
||||
Reference in New Issue
Block a user