-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #60 from NetApp/kerensMac
Kerens mac
- Loading branch information
Showing
7 changed files
with
99 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
--- | ||
# Copyright (c) NetApp, Inc. | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
|
@@ -17,25 +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 }} | ||
DEFAULT_BRANCH : main | ||
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
--- | ||
# Copyright (c) NetApp, Inc. | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
--- | ||
# Copyright (c) NetApp, Inc. | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.