diff options
Diffstat (limited to 'internal/pkg/envcheck/doc.go')
-rw-r--r-- | internal/pkg/envcheck/doc.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/internal/pkg/envcheck/doc.go b/internal/pkg/envcheck/doc.go new file mode 100644 index 0000000..8641a77 --- /dev/null +++ b/internal/pkg/envcheck/doc.go @@ -0,0 +1,5 @@ +// Copyright 2023 The Gitea Authors. All rights reserved. +// SPDX-License-Identifier: MIT + +// Package envcheck provides a simple way to check if the environment is ready to run jobs. +package envcheck |