Skip to content

add fluentci.toml

add fluentci.toml #3

Workflow file for this run

name: ci
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build and Test
uses: fluentci-io/setup-fluentci@v5
with:
wasm: true
plugin: gradle
args: |
test
build