We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a39bb9 commit a2c130dCopy full SHA for a2c130d
.github/workflows/main.yml
@@ -1,9 +1,13 @@
1
+# Copyright (c) ONNX Project Contributors
2
+#
3
+# SPDX-License-Identifier: Apache-2.0
4
+
5
name: linting-actions
6
on: [push, pull_request]
7
jobs:
8
json-linter:
9
runs-on: ubuntu-latest
10
steps:
- - uses: actions/checkout@v3
11
+ - uses: actions/checkout@v4
12
- name: json-lint
13
uses: ocular-d/json-linter@0.0.2
0 commit comments