Skip to content

Commit 1635c6c

Browse files
committed
yamllint
Signed-off-by: Andreas Fehlner <[email protected]>
1 parent 58086ea commit 1635c6c

File tree

6 files changed

+6
-3
lines changed

6 files changed

+6
-3
lines changed

.github/workflows/create_release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Copyright (c) ONNX Project Contributors
22
#
33
# SPDX-License-Identifier: Apache-2.0
4+
---
45
name: Create Releases
56
on:
67
schedule:

.github/workflows/release_linux_aarch64.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# Copyright (c) ONNX Project Contributors
22
#
33
# SPDX-License-Identifier: Apache-2.0
4-
4+
---
55
name: LinuxRelease_aarch64
6-
76
on: # Specifies the event triggering the workflow
87
workflow_call: # Indicates that this is a reusable workflow
98
inputs:

.github/workflows/release_linux_x86_64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (c) ONNX Project Contributors
22
#
33
# SPDX-License-Identifier: Apache-2.0
4-
4+
---
55
name: LinuxRelease_x86_64
66

77
on: # Specifies the event triggering the workflow

.github/workflows/release_mac.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Copyright (c) ONNX Project Contributors
22
#
33
# SPDX-License-Identifier: Apache-2.0
4+
---
45

56
name: MacRelease
67

.github/workflows/release_sourcedist.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Copyright (c) ONNX Project Contributors
22
#
33
# SPDX-License-Identifier: Apache-2.0
4+
---
45

56
name: sdistRelease
67

.github/workflows/release_win.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Copyright (c) ONNX Project Contributors
22
#
33
# SPDX-License-Identifier: Apache-2.0
4+
---
45

56
name: WindowsRelease
67

0 commit comments

Comments
 (0)