fix: warn Apple M1 (arm64) users (#743)

* fix: warn Apple M1 (arm64) users

* fix: missing dep

* fix: linting

* fix: linting (again)
This commit is contained in:
Ryan (hackercat)
2021-06-23 18:09:27 +00:00
committed by GitHub
parent a9fe038347
commit 1cf422e411
2 changed files with 13 additions and 3 deletions

View File

@@ -4,9 +4,10 @@ import (
"context"
"testing"
"github.com/nektos/act/pkg/common"
"github.com/sirupsen/logrus/hooks/test"
"github.com/stretchr/testify/assert"
"github.com/nektos/act/pkg/common"
)
func TestSetEnv(t *testing.T) {