mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user