From fb37ee85f224f629dbd8f64c2cdca30fd908d707 Mon Sep 17 00:00:00 2001 From: euphoria-laxis Date: Tue, 22 Oct 2024 15:26:07 +0200 Subject: [PATCH 1/2] Update package name --- go.mod | 2 +- invoicing_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 13baae2..50267af 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/plutov/paypal/v4 +module euphoria-laxis.fr/go-packages/paypale/v4 go 1.23 diff --git a/invoicing_test.go b/invoicing_test.go index 7fc0b9f..e978ee4 100644 --- a/invoicing_test.go +++ b/invoicing_test.go @@ -5,7 +5,7 @@ import ( "encoding/json" "testing" - "github.com/plutov/paypal/v4" + "euphoria-laxis.fr/go-packages/paypale/v4" "github.com/stretchr/testify/assert" ) -- 2.43.0 From 5b678bcfbc944c8324df87a46a0e094edce14523 Mon Sep 17 00:00:00 2001 From: euphoria-laxis Date: Tue, 22 Oct 2024 17:01:38 +0200 Subject: [PATCH 2/2] Update events to trigger actions lint-test.yaml --- .github/workflows/lint-test.yaml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 3906f1e..8a93f55 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -1,6 +1,16 @@ name: Lint and Test -on: push +on: + push: + branches: + - features/* + - testing/* + - fix/* + - enhance/* + pull_request: + branches: + - master + - staging jobs: lint: -- 2.43.0