mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-15 02:22:29 +03:00
Fix workflow syntax
This commit is contained in:
parent
16b04cdf72
commit
1c792150b3
13
.github/workflows/align-versions.yml
vendored
13
.github/workflows/align-versions.yml
vendored
|
@ -21,12 +21,13 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
- script: scripts/ruff_version.py
|
job:
|
||||||
name: Ruff
|
- script: scripts/ruff_version.py
|
||||||
- script: scripts/node_version.py
|
name: Ruff
|
||||||
name: Node
|
- script: scripts/node_version.py
|
||||||
|
name: Node
|
||||||
|
|
||||||
name: "${{ matrix.name }} versions"
|
name: "${{ matrix.job.name }} versions"
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout with token
|
- name: Checkout with token
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
@ -43,7 +44,7 @@ jobs:
|
||||||
|
|
||||||
- uses: astral-sh/setup-uv@v5
|
- uses: astral-sh/setup-uv@v5
|
||||||
|
|
||||||
- run: uv run ${{ matrix.script }}
|
- run: uv run ${{ matrix.job.script }}
|
||||||
|
|
||||||
- uses: stefanzweifel/git-auto-commit-action@v5
|
- uses: stefanzweifel/git-auto-commit-action@v5
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user