mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-07 00:36:13 +02:00
Fix YAML syntax
This commit is contained in:
parent
8cd555b96c
commit
5ed57eb341
3 changed files with 47 additions and 41 deletions
3
.github/workflows/testing_prs.yaml
vendored
3
.github/workflows/testing_prs.yaml
vendored
|
@ -34,4 +34,5 @@ jobs:
|
|||
matrix:
|
||||
python-version: [ 3.7, 3.8, 3.9, '3.10' ]
|
||||
os: [ ubuntu-latest, macos-latest, windows-latest ]
|
||||
steps: ./.github/actions/run_tests.yml
|
||||
steps:
|
||||
- uses: ./.github/actions/run_tests.yml
|
||||
|
|
3
.github/workflows/testing_schedule.yaml
vendored
3
.github/workflows/testing_schedule.yaml
vendored
|
@ -19,4 +19,5 @@ jobs:
|
|||
matrix:
|
||||
python-version: [ 3.7, 3.8, 3.9, '3.10', 3.11-dev ]
|
||||
os: [ ubuntu-latest, macos-latest, windows-latest ]
|
||||
steps: ./.github/actions/run_tests.yml
|
||||
steps:
|
||||
- uses: ./.github/actions/run_tests.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue