Skip to content

Commit

Permalink
chore(1892): add continue on error for check
Browse files Browse the repository at this point in the history
  • Loading branch information
0katrinpetrosyan0 authored Jan 23, 2023
1 parent d35d8e7 commit cf6586a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tflint/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ runs:
- name: Setup TFLint
run: curl -s https://raw.githubusercontent.com/terraform-linters/tflint/master/install_linux.sh | bash
shell: bash
continue-on-error: true

- name: Show version
run: tflint --version
Expand All @@ -46,6 +47,7 @@ runs:
run: |
cd ${{inputs.path}}
shell: bash
continue-on-error: true

- name: Init TFLint
id: tflint
Expand Down

0 comments on commit cf6586a

Please sign in to comment.