Skip to content

Commit

Permalink
PLT-1041 updated github action workflows according to the updated Mak…
Browse files Browse the repository at this point in the history
…efile
  • Loading branch information
vselcuk committed Dec 3, 2024
1 parent a19e503 commit dbeabf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:

- name: Files lint
run: |
make "lint-files"
make "lint"
2 changes: 1 addition & 1 deletion .github/workflows/terraform-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:

- name: terraform-docs
run: |
make terraform-docs
make gen
git diff --quiet || { echo "Build Changes"; git diff; git status; false; }

0 comments on commit dbeabf2

Please sign in to comment.