From 35d604fc593c658301154dbc115b51452b408539 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Sun, 24 Jan 2021 13:07:32 +0100 Subject: ci: update readme file 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2f5109..0b3ab3c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,11 +34,11 @@ jobs: - uses: actions/setup-go@v2 + - uses: actions/checkout@v2 + - name: Install git-validation run: | go get -u github.com/vbatts/git-validation - - uses: actions/checkout@v2 - - name: make ci run: make ci -- cgit v1.2.3