Compare commits

...

4 Commits

Author SHA1 Message Date
5c4c0e1b7b Merge pull request 'staging' (#5) from staging into master
Reviewed-on: #5
2024-10-22 18:42:28 +02:00
63bbbdf1e1 Update events to trigger actions lint-test.yaml 2024-10-22 18:42:28 +02:00
283485068c Merge pull request 'staging' (#3) from staging into master
All checks were successful
Lint and Test / lint (push) Successful in 10m22s
Lint and Test / test (push) Successful in 10m5s
Reviewed-on: #3
2024-10-22 16:37:21 +02:00
fb37ee85f2 Update package name 2024-10-22 16:37:21 +02:00
3 changed files with 13 additions and 3 deletions

View File

@ -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
go.mod
View File

@ -1,4 +1,4 @@
module github.com/plutov/paypal/v4
module euphoria-laxis.fr/go-packages/paypale/v4
go 1.23

View File

@ -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"
)