From bc1842d649d61db4e71f4ce37f74d39f4180f611 Mon Sep 17 00:00:00 2001 From: Jason Song Date: Fri, 24 Mar 2023 15:10:39 +0800 Subject: [PATCH] Vet code (#73) Reviewed-on: https://gitea.com/gitea/act_runner/pulls/73 --- runtime/label_test.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/runtime/label_test.go b/runtime/label_test.go index 2bd901a..f17c372 100644 --- a/runtime/label_test.go +++ b/runtime/label_test.go @@ -1,3 +1,6 @@ +// Copyright 2023 The Gitea Authors. All rights reserved. +// SPDX-License-Identifier: MIT + package runtime import "testing"