From a2c130d4d02ea9fb5808fcf23628386ed46b9367 Mon Sep 17 00:00:00 2001 From: Andreas Fehlner Date: Fri, 4 Jul 2025 20:09:14 +0200 Subject: [PATCH] Update main.yml Signed-off-by: Andreas Fehlner --- .github/workflows/main.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ca5e97e..86ed095 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,9 +1,13 @@ +# Copyright (c) ONNX Project Contributors +# +# SPDX-License-Identifier: Apache-2.0 + name: linting-actions on: [push, pull_request] jobs: json-linter: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: json-lint uses: ocular-d/json-linter@0.0.2