Skip to content

Commit

Permalink
yamllint: indentation: MAINTAINERS and workflows
Browse files Browse the repository at this point in the history
Fix the indentation on the remaining YAML files.

Signed-off-by: Fabio Baltieri <[email protected]>
  • Loading branch information
fabiobaltieri authored and carlescufi committed Jan 4, 2023
1 parent eb0a524 commit dd46202
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bug_snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/daily_test_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/devicetree_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue_count.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Issue Tracker

on:
schedule:
- cron: '*/10 * * * *'
- cron: '*/10 * * * *'

env:
OUTPUT_FILE_NAME: IssuesReport.md
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/west_cmds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
16 changes: 8 additions & 8 deletions MAINTAINERS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dd46202

Please sign in to comment.