From 52f2386f73017a508b1f46ec24d6caf1842a4306 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Sun, 24 Jan 2021 12:53:09 +0100 Subject: ci: install git-validation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 01fc6ea..f2f5109 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,11 @@ jobs: - uses: actions/setup-go@v2 + - name: Install git-validation + run: | + go get -u github.com/vbatts/git-validation + - uses: actions/checkout@v2 - - name: Check startup + - name: make ci run: make ci -- cgit v1.2.3