CI using deploy keys of plutarch-*

Simplified workflow using `strategy.matrix`
This commit is contained in:
Seungheon Oh 2022-05-27 13:48:53 -05:00
parent 7a0f9e9a66
commit 16b1f6ad4b
17 changed files with 50 additions and 93 deletions

View file

@ -14,8 +14,8 @@ module Sample.Governor (
--------------------------------------------------------------------------------
import Data.Tagged (Tagged (..), untag)
import Plutarch.Api.V1 (mkValidator, validatorHash)
import Data.Tagged (Tagged(..), untag)
--------------------------------------------------------------------------------