diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2021-01-24 13:07:32 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2021-01-24 13:07:32 +0100 |
| commit | 35d604fc593c658301154dbc115b51452b408539 (patch) | |
| tree | 485a4e6bc8159698cf29d85c44d0ce3a35ae7906 /.github/workflows | |
| parent | 52f2386f73017a508b1f46ec24d6caf1842a4306 (diff) | |
| download | soria-35d604fc593c658301154dbc115b51452b408539.tar.gz soria-35d604fc593c658301154dbc115b51452b408539.zip | |
ci: update readme file
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
