Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
feat(config): Init Pipeline
  • Loading branch information
diegotony committed Feb 25, 2021
commit 3f3e5a07a35c9abc3cde04883ea50243d0954de5
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/workflows/CI.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: 'Validate template (terraform)'

on: push

jobs:
terraform:
name: 'Terraform-validate'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Test
run: |
echo "Hello"
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@ migration_status.csv

# Mac
.DS_Store

*.code-workspace