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]>

updated readme

Signed-off-by: Nitishkumar Singh <[email protected]>

added echo for image done

Signed-off-by: Nitishkumar Singh <[email protected]>

removed additional echo

Signed-off-by: Nitishkumar Singh <[email protected]>
  • Loading branch information
nitishkumar71 committed Dec 9, 2020
1 parent 6184cde commit 74ca9bd
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 13 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.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OpenFaaS Function Store

[![Build Status](https://travis-ci.org/openfaas/store.svg?branch=master)](https://travis-ci.org/openfaas/store)
[![Build Status](https://github.com/openfaas/store/workflows/build/badge.svg?branch=master)](https://github.com/openfaas/store/actions)

The Function Store is a curated index of OpenFaaS functions which have been tested by the community and chosen for their experience.

Expand Down

0 comments on commit 74ca9bd

Please sign in to comment.