Skip to content

Commit

Permalink
fixed yaml files lint warmnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Keren Trajtenberg committed Jan 25, 2024
1 parent 0b0b6c0 commit 4658337
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 19 deletions.
39 changes: 20 additions & 19 deletions .github/workflows/actionlint.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
# Copyright (c) NetApp, Inc.
# SPDX-License-Identifier: Apache-2.0

Expand All @@ -17,24 +18,24 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Super-linter
uses: super-linter/[email protected] # x-release-please-version
env:
DEFAULT_BRANCH: main
# To report GitHub Actions status checks, you must provide a GitHub token.
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
VALIDATE_BASH : true
VALIDATE_BASH_EXEC : true
BASH_SEVERITY : "error"
VALIDATE_GITHUB_ACTIONS : true
# VALIDATE_MARKDOWN : true
# VALIDATE_NATURAL_LANGUAGE : true
VALIDATE_POWERSHELL : true
VALIDATE_TERRAFORM_FMT : true
VALIDATE_YAML : true
- name: Super-linter
uses: super-linter/[email protected] # x-release-please-version
env:
DEFAULT_BRANCH: main
# To report GitHub Actions status checks, you must provide a GitHub token.
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_BASH: true
VALIDATE_BASH_EXEC: true
BASH_SEVERITY: "error"
VALIDATE_GITHUB_ACTIONS: true
# VALIDATE_MARKDOWN: true
# VALIDATE_NATURAL_LANGUAGE: true
VALIDATE_POWERSHELL: true
VALIDATE_TERRAFORM_FMT: true
VALIDATE_YAML: true

1 change: 1 addition & 0 deletions .github/workflows/terraform-docs.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
# Copyright (c) NetApp, Inc.
# SPDX-License-Identifier: Apache-2.0

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
# Copyright (c) NetApp, Inc.
# SPDX-License-Identifier: Apache-2.0

Expand Down

0 comments on commit 4658337

Please sign in to comment.