Skip to content

Improve install script #11

Improve install script

Improve install script #11

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:
- uses: asdf-vm/actions/plugin-test@v3
with:
command: "terragrunt --version"