Skip to content

Commit

Permalink
Updating tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fmdlc committed Oct 29, 2020
1 parent 082d0be commit 790166d
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/yamllint.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: YAML Lint
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
name: Lint and validate
on: [ pull_request, push ]

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -12,8 +9,8 @@ jobs:
- name: YAML Lint
uses: ibiqlik/[email protected]
with:
file_or_dir: ./kubernetes/yaml/
config_file: ./.yamllint
file_or_dir: ./kubernetes/yaml/
config_file: ./.yamllint
- name: kube-score check
uses: piraces/[email protected]
with:
Expand All @@ -27,4 +24,3 @@ jobs:
ignore_missing_schemas: true
comment: true
token: ${{ secrets.GH_TOKEN }}

0 comments on commit 790166d

Please sign in to comment.