Skip to content

Commit

Permalink
goodbye travis (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwittig authored Aug 4, 2020
1 parent 40bcfd8 commit 1b68ee8
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 14 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: CI

on: push

jobs:
build:
runs-on: 'ubuntu-latest'

steps:

- uses: 'actions/checkout@v2'

- uses: 'actions/setup-python@v2'
with:
python-version: '3.8'

- name: yamlllint
run: |
pip install yamllint==1.24.2
yamllint module.yml
- name: cfn-lint
run: |
pip install cfn-lint==0.34.0
cfn-lint -t module.yml
- name: license
run: |
grep -q "LICENSE-2.0" module.yml
11 changes: 0 additions & 11 deletions .travis.yml

This file was deleted.

3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[![Build Status](https://travis-ci.org/cfn-modules/vpc-flow-log.svg?branch=master)](https://travis-ci.org/cfn-modules/vpc-flow-log)
[![NPM version](https://img.shields.io/npm/v/@cfn-modules/vpc-flow-log.svg)](https://www.npmjs.com/package/@cfn-modules/vpc-flow-log)

# cfn-modules: AWS VPC flow log

This is an internal module. Have a look at the [vpc](https://www.npmjs.com/package/@cfn-modules/vpc) module instead.

0 comments on commit 1b68ee8

Please sign in to comment.