Skip to content

Commit a2c130d

Browse files
authored
Update main.yml
Signed-off-by: Andreas Fehlner <fehlner@arcor.de>
1 parent 3a39bb9 commit a2c130d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1+
# Copyright (c) ONNX Project Contributors
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
name: linting-actions
26
on: [push, pull_request]
37
jobs:
48
json-linter:
59
runs-on: ubuntu-latest
610
steps:
7-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
812
- name: json-lint
913
uses: ocular-d/json-linter@0.0.2

0 commit comments

Comments
 (0)