Skip to content

Commit

Permalink
add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Nov 1, 2023
1 parent 74328b9 commit 1209a2e
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ jobs:
run: deno --version
- name: Verify Dagger
run: dagger version
- name: Run Hello World
run: fluentci run base_pipeline
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# About

Github Action for [FluentCI](https://fluentci.io) - a simple CI/CD tool built for developers. With FluentCI you can write your CI/CD pipelines in TypeScript and run them on your local machine, on your own server or in the cloud.

## Usage

```yaml
name: fluentci

on:
push:
branches:
- main

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Dagger
uses: fluentci-io/setup-fluentci@v1
- name: Run Hello World
run: fluentci run base_pipeline
```
## License
The scripts and documentation in this project are released under the [MIT License](LICENSE)

0 comments on commit 1209a2e

Please sign in to comment.