yamllint: indentation: MAINTAINERS and workflows
Fix the indentation on the remaining YAML files. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
This commit is contained in:
parent
eb0a524972
commit
dd462028b3
4
.github/workflows/bug_snapshot.yaml
vendored
4
.github/workflows/bug_snapshot.yaml
vendored
|
@ -10,8 +10,8 @@ on:
|
|||
workflow_dispatch:
|
||||
branches: [main]
|
||||
schedule:
|
||||
# Run daily at 14:05
|
||||
- cron: '5 14 * * *'
|
||||
# Run daily at 14:05
|
||||
- cron: '5 14 * * *'
|
||||
|
||||
jobs:
|
||||
make_bugs_pickle:
|
||||
|
|
4
.github/workflows/daily_test_version.yml
vendored
4
.github/workflows/daily_test_version.yml
vendored
|
@ -5,10 +5,10 @@ name: Publish commit for daily testing
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '50 22 * * *'
|
||||
- cron: '50 22 * * *'
|
||||
push:
|
||||
branches:
|
||||
- refs/tags/*
|
||||
- refs/tags/*
|
||||
|
||||
jobs:
|
||||
get_version:
|
||||
|
|
8
.github/workflows/devicetree_checks.yml
vendored
8
.github/workflows/devicetree_checks.yml
vendored
|
@ -29,10 +29,10 @@ jobs:
|
|||
python-version: [3.8, 3.9, '3.10']
|
||||
os: [ubuntu-20.04, macos-11, windows-2022]
|
||||
exclude:
|
||||
- os: macos-11
|
||||
python-version: 3.6
|
||||
- os: windows-2022
|
||||
python-version: 3.6
|
||||
- os: macos-11
|
||||
python-version: 3.6
|
||||
- os: windows-2022
|
||||
python-version: 3.6
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v3
|
||||
|
|
2
.github/workflows/issue_count.yml
vendored
2
.github/workflows/issue_count.yml
vendored
|
@ -2,7 +2,7 @@ name: Issue Tracker
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '*/10 * * * *'
|
||||
- cron: '*/10 * * * *'
|
||||
|
||||
env:
|
||||
OUTPUT_FILE_NAME: IssuesReport.md
|
||||
|
|
8
.github/workflows/west_cmds.yml
vendored
8
.github/workflows/west_cmds.yml
vendored
|
@ -30,10 +30,10 @@ jobs:
|
|||
python-version: [3.8, 3.9, '3.10']
|
||||
os: [ubuntu-20.04, macos-11, windows-2022]
|
||||
exclude:
|
||||
- os: macos-11
|
||||
python-version: 3.6
|
||||
- os: windows-2022
|
||||
python-version: 3.6
|
||||
- os: macos-11
|
||||
python-version: 3.6
|
||||
- os: windows-2022
|
||||
python-version: 3.6
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v3
|
||||
|
|
|
@ -2771,14 +2771,14 @@ West:
|
|||
- manifest-psa-arch-tests
|
||||
|
||||
"West project: uoscore-uedhoc":
|
||||
status: maintained
|
||||
maintainers:
|
||||
- rlubos
|
||||
- StefanHri
|
||||
files:
|
||||
- modules/uoscore-uedhoc/
|
||||
labels:
|
||||
- manifest-uoscore-uedhoc
|
||||
status: maintained
|
||||
maintainers:
|
||||
- rlubos
|
||||
- StefanHri
|
||||
files:
|
||||
- modules/uoscore-uedhoc/
|
||||
labels:
|
||||
- manifest-uoscore-uedhoc
|
||||
|
||||
"West project: zcbor":
|
||||
status: maintained
|
||||
|
|
Loading…
Reference in a new issue