mirror of
https://gitea.com/gitea/act
synced 2026-05-11 15:21:19 +02:00
feat: Host environment (#1293)
This commit is contained in:
4
pkg/container/host_environment_test.go
Normal file
4
pkg/container/host_environment_test.go
Normal file
@@ -0,0 +1,4 @@
|
||||
package container
|
||||
|
||||
// Type assert HostEnvironment implements ExecutionsEnvironment
|
||||
var _ ExecutionsEnvironment = &HostEnvironment{}
|
||||
Reference in New Issue
Block a user