Set PLATFORMS to "all" for multi-platform image support in release pr… #859
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check HashiCorp Modules | |
on: [push, pull_request] | |
jobs: | |
check_modules: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v2 | |
- name: Run script | |
run: ./hack/check_hashicorp.sh |