chore: Add tofu workflows #1

Open
Peter wants to merge 25 commits from pgi-add-workflows into main
Showing only changes of commit fd171f42d0 - Show all commits

View file

@ -38,7 +38,7 @@ jobs:
else
echo "Checksum mismatch! ❌"
exit 1
working-directory: /tmp/tofu
working-directory: /tmp
- name: Install OpenTofu
@ -51,7 +51,7 @@ jobs:
chmod +x /usr/local/bin/tofu
echo "Installed Open Tofu ✅ Installed version:"
tofu version
working-directory: /tmp/tofu
working-directory: /tmp
- name: OpenTofu fmt
id: fmt