Skip to content

Commit

Permalink
rename configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
chimanjain committed May 17, 2024
1 parent 20cee5c commit b104450
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,15 @@ jobs:
directories: .
options: -ri
yaml_lint_scan:
name: Yaml Lint
name: Run Yaml Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Checkout the code
uses: actions/checkout@v4
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3
with:
file_or_dir: .
config_file: .yamllint.yml
image_security_scan:
name: Image Scanner
Expand Down
File renamed without changes.

0 comments on commit b104450

Please sign in to comment.