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