diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2021-01-24 12:53:09 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2021-01-24 12:53:09 +0100 |
| commit | 52f2386f73017a508b1f46ec24d6caf1842a4306 (patch) | |
| tree | 9820384a50b273879103dd2ca51da715e2d3bcda /.github/workflows/ci.yml | |
| parent | b09dec4991465abbf24872e3e4b904428b479c9b (diff) | |
| download | soria-52f2386f73017a508b1f46ec24d6caf1842a4306.tar.gz soria-52f2386f73017a508b1f46ec24d6caf1842a4306.zip | |
ci: install git-validation
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.github/workflows/ci.yml')
| -rw-r--r-- | .github/workflows/ci.yml | 6 |
1 files changed, 5 insertions, 1 deletions
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 |
