Update .github/workflows/ci.yml

Co-authored-by: lhchavez <lhchavez@lhchavez.com>
This commit is contained in:
Kirill 2021-11-08 17:29:12 +03:00 committed by GitHub
parent 0e14c5c3cd
commit a64e4a1a75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -121,6 +121,7 @@ jobs:
run: |
git submodule update --init
sudo apt-get install -y --no-install-recommends libssh2-1-dev
go install golang.org/x/tools/cmd/stringer@latest
- name: Generate files
run: make generate
- name: Check nothing changed