Skip to content

Commit

Permalink
Implementing
Browse files Browse the repository at this point in the history
  • Loading branch information
egonbraun committed Dec 10, 2023
1 parent 94f8d19 commit 7ebb9b2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- name: lint action.yml
run: |
yamllint -c .yamllint.conf action.yml
yamllint -c ./.yamllint.yml action.yml
5 changes: 0 additions & 5 deletions .yamllint.conf

This file was deleted.

5 changes: 5 additions & 0 deletions .yamllint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
extends: default

line-length:
max: 120
level: warning
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ runs:
exit 1
- name: install hadolint
if: ${{ inputs.type == "container" && inputs.step == "lint" }}
if: ${{ inputs.type == 'container' && inputs.step == 'lint' }}
shell: bash
run: |
if [ ${{ runner.arch }} = "ARM64" ]; then
Expand Down

0 comments on commit 7ebb9b2

Please sign in to comment.