Skip to content

Apply with shellcheck recommandation. Remove binary when download or … #10

Apply with shellcheck recommandation. Remove binary when download or …

Apply with shellcheck recommandation. Remove binary when download or … #10

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"