Add ci-non-go.sh checks as part of CI

Signed-off-by: Manuel Mendez <mmendez@equinix.com>
This commit is contained in:
Manuel Mendez 2020-11-09 17:18:15 -05:00
parent 731f9563fd
commit f133299bec
1 changed files with 19 additions and 0 deletions

19
.github/workflows/ci.yaml vendored Normal file
View File

@ -0,0 +1,19 @@
name: For each commit and PR
on:
push:
pull_request:
jobs:
validation:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
lfs: true
- name: Install nix
uses: cachix/install-nix-action@v12
with:
nix_path: nixpkgs=channel:nixpkgs-unstable
- name: Run ci-checks.sh
run: ./.github/workflows/ci-non-go.sh