Skip to content

feat: Adding checksum verification to install script (#4) #6

feat: Adding checksum verification to install script (#4)

feat: Adding checksum verification to install script (#4) #6

Workflow file for this run

---
name: CI
on:
- push
- pull_request
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macos-latest
steps:
- name: asdf_plugin_test
uses: asdf-vm/actions/[email protected]
with:
command: "terragrunt --version"
env:
GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }} # automatically provided
ACTIONS_ALLOW_UNSECURE_COMMANDS: true # enabling until there's a better solution