Skip to main content

Setup Atmos

The Cloud Posse GitHub Action to "Setup Atmos" simplifies your GitHub Action Workflows.

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

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:
# Make sure to pin to the latest version of atmos
atmos_version: 1.71.0