Skip to content

Commit

Permalink
goodbye travis (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwittig authored Aug 4, 2020
1 parent f6ab0c8 commit 05476c5
Show file tree
Hide file tree
Showing 5 changed files with 989 additions and 1,942 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 && yamllint test/*.yml
- name: cfn-lint
run: |
pip install cfn-lint==0.34.0
cfn-lint -t module.yml && cfn-lint -t test/*.yml
- name: license
run: |
grep -q "LICENSE-2.0" module.yml
11 changes: 0 additions & 11 deletions .travis.yml

This file was deleted.

Loading

0 comments on commit 05476c5

Please sign in to comment.