From f08b1383e5f5cc933121989694c8ae2132dbc9ca Mon Sep 17 00:00:00 2001 From: Carlos O'Ryan Date: Thu, 31 Oct 2024 15:20:38 +0000 Subject: [PATCH] Fix link in go file --- .github/workflows/lint.yaml | 2 +- generator/all_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 6618849d..887a8377 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -44,5 +44,5 @@ jobs: ~/.cargo key: ${{ github.job }}-${{ runner.os }}-cargo-${{ hashFiles('Cargo.lock') }} - run: | - git ls-files -z -- '*.yaml' '*.toml' '*.go' '*.rs' ':!:**/testdata/**' ':!:**.md' ':!:**.mustache' | \ + git ls-files -z -- '*.yaml$' '*.toml$' '*.go$' '*.rs$' ':!:**/testdata/**' ':!:**.md' ':!:**.mustache' | \ xargs -0 cargo run --release --bin check-copyright diff --git a/generator/all_test.go b/generator/all_test.go index c75e3cb2..02f49e8f 100644 --- a/generator/all_test.go +++ b/generator/all_test.go @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS,