ci: move misc validate tasks from travis to gha

Note that `make ci` in Travis included `make test`, but we're already
doing that elsewhere (see .github/workflows/test.yml).

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin
2021-01-05 17:16:36 -08:00
parent 7ecba232e9
commit e431fe60f8
2 changed files with 17 additions and 1 deletions
+17
View File
@@ -117,3 +117,20 @@ jobs:
run: make runcimage
- name: cross
run: make cross
misc:
runs-on: ubuntu-20.04
steps:
- name: checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: install deps
run: |
sudo apt -qq update
sudo apt -qq install libseccomp-dev indent
- name: make validate
run: make validate
- name: make release
run: make release