Skip to content

Conversation

@tembleking
Copy link
Member

No description provided.

@tembleking tembleking requested a review from a team August 31, 2022 14:16
@tembleking tembleking self-assigned this Aug 31, 2022
@tembleking tembleking changed the title ci: Add Makefile ci: Add Makefile and move some content from pre-commit Aug 31, 2022
Comment on lines +1 to +6
deps:
go install github.com/terraform-docs/[email protected]
go install github.com/hashicorp/terraform-config-inspect@latest
curl -L "`curl -s https://api.github.com/repos/terraform-linters/tflint/releases/latest | grep -o -E "https://.+?_linux_amd64.zip"`" -o tflint.zip && \
unzip tflint.zip && \
rm tflint.zip && \
Copy link
Contributor

@wideawakening wideawakening Sep 2, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thaaanks! always forget that when installing requirements automatization >>>> docs.

  • should not we modify the "Install pre-commit dependencies" in the .pre-commit-config.yaml file to use this deps step?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's no step in the pre-commit-config, right?

Copy link
Contributor

@wideawakening wideawakening left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thx @tembleking 💪🏽

  • why make and not just? thought you already made the switch ;)
  • added some notes on using make steps on the GH actions
  • to push the homogenization of the three modules i would suggest doing this changes in AWS and Azure too + update the CONTRIBUTE.md of the three

@tembleking tembleking enabled auto-merge (squash) September 2, 2022 13:39
@tembleking tembleking merged commit dccbe38 into master Sep 2, 2022
@tembleking tembleking deleted the ci-add-makefile branch September 2, 2022 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants