enhance/actions/lint-test #4

Merged
euphoria-laxis merged 3 commits from enhance/actions/lint-test into staging 2024-10-22 17:53:39 +02:00
3 changed files with 13 additions and 3 deletions

View File

@ -1,6 +1,16 @@
name: Lint and Test name: Lint and Test
on: push on:
push:
branches:
- features/*
- testing/*
- fix/*
- enhance/*
pull_request:
branches:
- master
- staging
jobs: jobs:
lint: 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 go 1.23

View File

@ -5,7 +5,7 @@ import (
"encoding/json" "encoding/json"
"testing" "testing"
"github.com/plutov/paypal/v4" "euphoria-laxis.fr/go-packages/paypale/v4"
"github.com/stretchr/testify/assert" "github.com/stretchr/testify/assert"
) )