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 a1b8f79 commit 20377d4
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
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 }}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# All Workspace

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

This is a template workspace with homebrew, nix, devenv, devbox, flox and pkgx. It is a starting point for creating a new workspace.

## 🚀 Quick start
Expand Down

0 comments on commit 20377d4

Please sign in to comment.