Skip to content

Commit

Permalink
fix(cicd): fix linters
Browse files Browse the repository at this point in the history
  • Loading branch information
hazcod committed Jan 14, 2021
1 parent 4140be4 commit 3e2085c
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,22 @@ jobs:
runs-on: ubuntu-latest
steps:
-
name: Check out code.
uses: actions/checkout@v2
-
name: Set up Helm
uses: azure/setup-helm@v1
-
name: Compile helm chart
run: |
mkdir compiled/
helm template kubernetes/helm > compiled/all.yaml
-
name: yamllint
uses: reviewdog/action-yamllint@v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
yamllint_flags: 'docker/'
yamllint_flags: 'compiled/'

hadolint:
name: Dockerfiles
Expand All @@ -78,4 +85,4 @@ jobs:
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
hadolint_flags: 'docker/'
hadolint_flags: 'kubernetes/docker/'

0 comments on commit 3e2085c

Please sign in to comment.