Skip to content

add fluentci.toml

add fluentci.toml #2

Workflow file for this run

name: ci
on:
push:
branches:
- main
jobs:
tasks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run tests and build apk
uses: fluentci-io/setup-fluentci@v5
with:
wasm: true
plugin: flutter
args: |
code_quality
test
build apk --release
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}