Skip to content

Commit

Permalink
fix yamllint issues
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Tingajkin <denis.tingajkin@xored.com>
  • Loading branch information
denis-tingaikin committed Dec 10, 2020
1 parent 00e7d7d commit 2cbb201
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v1
- name: Install yamllint
run: pip install --user yamllint
- name: Run yamllint
run: ~/.local/bin/yamllint -c .yamllint.yml --strict .
- name: yaml-lint
uses: ibiqlik/action-yamllint@v1
with:
config_file: .yamllint.yml
strict: true

automerge:
name: automerge
runs-on: ubuntu-latest
Expand Down
3 changes: 1 addition & 2 deletions yamllint.yml → .yamllint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ rules:
truthy: disable
# 80 chars should be enough, but don't fail if a line is longer
line-length: disable
comments-indentation:
ignore: .circleci/config.yml
indentation: disable

ignore: scripts/aws/aws-k8s-cni.yaml

0 comments on commit 2cbb201

Please sign in to comment.