File tree 3 files changed +23
-26
lines changed
3 files changed +23
-26
lines changed Original file line number Diff line number Diff line change
1
+ name : CI
2
+
3
+ on : push
4
+
5
+ jobs :
6
+ test :
7
+ runs-on : ubuntu-latest
8
+ steps :
9
+ - uses : actions/checkout@v2
10
+
11
+ with :
12
+ node-version : 14
13
+ - run : |
14
+ npm install
15
+ - run : |
16
+ npm run lint
17
+ - run : |
18
+ npm run test
19
+ - uses : actions/upload-artifact@v2
20
+ with :
21
+ name : code-coverage-report
22
+ path : reports
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# Serverless Step Functions
2
2
3
- [ ![ serverless] ( http://public.serverless.com/badges/v3.svg )] ( http://www.serverless.com ) [ ![ Build Status ] ( https://travis-ci.org /serverless-operations/serverless-step-functions.svg?branch=master )] ( https://travis-ci.org/serverless-operations/serverless-step-functions ) [ ![ npm version] ( https://badge.fury.io/js/serverless-step-functions.svg )] ( https://badge.fury.io/js/serverless-step-functions ) [ ![ Coverage Status] ( https://coveralls.io/repos/github/horike37/serverless-step-functions/badge.svg?branch=master )] ( https://coveralls.io/github/horike37/serverless-step-functions?branch=master ) [ ![ MIT License] ( http://img.shields.io/badge/license-MIT-blue.svg?style=flat )] ( LICENSE ) [ ![ serverless-step-functions Dev Token] ( https://badge.devtoken.rocks/serverless-step-functions )] ( https://devtoken.rocks/package/serverless-step-functions )
3
+ [ ![ serverless] ( http://public.serverless.com/badges/v3.svg )] ( http://www.serverless.com ) ![ CI ] ( https://github.com /serverless-operations/serverless-step-functions/actions/workflows/config.yml/badge.svg ) [ ![ npm version] ( https://badge.fury.io/js/serverless-step-functions.svg )] ( https://badge.fury.io/js/serverless-step-functions ) [ ![ Coverage Status] ( https://coveralls.io/repos/github/horike37/serverless-step-functions/badge.svg?branch=master )] ( https://coveralls.io/github/horike37/serverless-step-functions?branch=master ) [ ![ MIT License] ( http://img.shields.io/badge/license-MIT-blue.svg?style=flat )] ( LICENSE ) [ ![ serverless-step-functions Dev Token] ( https://badge.devtoken.rocks/serverless-step-functions )] ( https://devtoken.rocks/package/serverless-step-functions )
4
4
5
5
This is the Serverless Framework plugin for AWS Step Functions.
6
6
You can’t perform that action at this time.
0 commit comments