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 126aa9c commit 056e722
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
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
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Homebrew Workspace

[![ci](https://github.com/pocketenv-io/homebrew/actions/workflows/ci.yml/badge.svg)](https://github.com/pocketenv-io/homebrew/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 homebrew. It is a starting point for creating a new workspace.

## 🚀 Quick start
Expand Down

0 comments on commit 056e722

Please sign in to comment.