Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
poush committed Nov 25, 2019
2 parents 6fdff86 + d523bb2 commit 6942d49
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/tflint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Lint
on: [push, pull_request]

jobs:
tflint:
name: TFLint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: TFLint
uses: docker://wata727/tflint

fmt:
name: Code Format
runs-on: ubuntu-latest
container:
image: hashicorp/terraform:latest
steps:
- uses: actions/checkout@master
- run: terraform fmt --recursive -check=true
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
![actions badge](https://github.com/poush/terraform-kubernetes-jenkins/workflows/Lint/badge.svg)

# Terraform - Kubernetes - Jenkins

This module installs jenkins in your kubernetes cluster through the kubernetes deployment.
Expand Down

0 comments on commit 6942d49

Please sign in to comment.