Skip to content

add fluentci.toml

add fluentci.toml #4

Workflow file for this run

name: ci
on:
push:
branches:
- main
jobs:
example:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup example
run: |
mkdir -p example/.fluentci
cp -r src example/.fluentci
cp Cargo.toml example/.fluentci
cp Cargo.lock example/.fluentci
- name: Setup Fluent CI CLI
uses: fluentci-io/setup-fluentci@v5
with:
wasm: true
plugin: .
args: |
setup
working-directory: example
- name: Show uv version
run: |
type uv
uv --version