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 97a3b6e commit 8f997cc
Show file tree
Hide file tree
Showing 2 changed files with 27 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
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Flox Workspace

[![ci](https://github.com/pocketenv-io/flox/actions/workflows/ci.yml/badge.svg)](https://github.com/pocketenv-io/flox/actions/workflows/ci.yml)
[![discord](https://img.shields.io/discord/1270021300240252979?label=discord&logo=discord&color=5865F2)](https://discord.gg/RxKa62YAs4)

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

## 🚀 Quick start
Expand All @@ -18,4 +21,4 @@ pocketenv init -t flox
- Ohmyposh
- Atuin
- Direnv
- Git
- Git

0 comments on commit 8f997cc

Please sign in to comment.