Skip to content

Commit

Permalink
ci: setup github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Aug 5, 2024
1 parent b7c078f commit d72989f
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
23 changes: 23 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: ci
on:
push:
branches:
- main
jobs:
example:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Fluent CI CLI
uses: fluentci-io/setup-fluentci@v5
with:
wasm: true
plugin: opentofu
args: |
init
validate
plan
apply -auto-approve
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: docker ps
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Devbox Workspace

[![ci](https://github.com/pocketenv-io/devbox/actions/workflows/ci.yml/badge.svg)](https://github.com/pocketenv-io/devbox/actions/workflows/ci.yml)

This is a template workspace with devbox. It is a starting point for creating a new workspace.

## 🚀 Quick start
Expand All @@ -18,4 +20,4 @@ pocketenv init -t devbox
- Atuin
- Direnv
- Git
- Docker
- Docker

0 comments on commit d72989f

Please sign in to comment.