talos/.github/main.workflow
Andrew Rynhard e0e20c905f chore: upgrade conform to v0.1.0-alpha.16
This version of conform fixes a few message format errors that were confusing when a policy was violated.

Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>
2019-07-04 18:27:25 -07:00

16 lines
214 B
HCL

workflow "Conform Pull Request" {
on = "pull_request"
resolves = [
"conform"
]
}
action "conform" {
uses = "docker://autonomy/conform:v0.1.0-alpha.16"
secrets = [
"GITHUB_TOKEN"
]
}