Skip to main content

Setup Atmos

The Cloud Posse GitHub Action to “Setup Atmos” makes it easy to run atmos in your GitHub Action workflows by installing Atmos.

Easily integrate Atmos into your GitHub Action workflows using github-action-setup-atmos. To simplify your workflows, we offer a GitHub Action that streamlines the process of installing Atmos.

We provide a GitHub Action to make that easier for CI/CD applications.

Usage Example

.github/workflows/example.yaml

on:
workflow_dispatch:
pull_request:

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Setup Atmos
uses: cloudposse/github-action-setup-atmos
with:
# Version can be pinned but defaults to latest if not specified
atmos-version: 1.88.0