Skip to content

Format README using prettier #139

Format README using prettier

Format README using prettier #139

Workflow file for this run

---
name: Unit Tests
on:
push:
branches:
- master
pull_request:
types:
- opened
- edited
- synchronize
jobs:
unit_tests:
name: Unit tests
runs-on: ubuntu-latest
steps:
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.6'
- run: gem install cfn-nag
- uses: actions/checkout@v2
# Run Tests
- name: CloudFormation unit tests
run: make test-cfn