Skip to content

Commit

Permalink
included github actions
Browse files Browse the repository at this point in the history
Signed-off-by: Nitishkumar Singh <[email protected]>
  • Loading branch information
nitishkumar71 committed Dec 5, 2020
1 parent 6184cde commit 1289c38
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 12 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/ci-only.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: ci-only

on: [push, pull_request]

jobs:
build:
strategy:
matrix:
go-version: [1.13.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@master
with:
fetch-depth: 1
- name: Initial Setup
run: |
sudo apt-get install jq
- name: Validate Images
run: |
jq empty functions.json
jq empty store.json
jq empty templates.json
jq empty store-arm64.json
jq empty store-armhf.json
./ci/function_images_check.sh
12 changes: 0 additions & 12 deletions .travis.yml

This file was deleted.

0 comments on commit 1289c38

Please sign in to comment.