Compare commits

...

5 Commits

Author SHA1 Message Date
82e5d06e76 Merge pull request 'enhance/actions/lint-test' (#4) from enhance/actions/lint-test into staging
All checks were successful
Lint and Test / lint (pull_request) Successful in 10m16s
Lint and Test / test (pull_request) Successful in 10m6s
Reviewed-on: #4
2024-10-22 17:53:38 +02:00
85c9bd40c8 Update events to trigger actions lint-test.yaml 2024-10-22 17:53:38 +02:00
e62b6f0a86 Merge pull request 'Update package name' (#2) from enhance/package/name into staging
All checks were successful
Lint and Test / lint (push) Successful in 10m18s
Lint and Test / test (push) Successful in 10m5s
Reviewed-on: #2
2024-10-22 16:16:06 +02:00
2fcc81fb44
Update package name
All checks were successful
Lint and Test / lint (push) Successful in 10m19s
Lint and Test / test (push) Successful in 10m5s
2024-10-22 15:26:15 +02:00
82f37adf11 Merge pull request 'feature/types/empty-tags' (#1) from feature/types/empty-tags into staging
All checks were successful
Lint and Test / lint (push) Successful in 10m22s
Lint and Test / test (push) Successful in 10m5s
Reviewed-on: #1
2024-10-22 15:06:57 +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"
)