Skip to content

ci: update example.yml #29

ci: update example.yml

ci: update example.yml #29

Workflow file for this run

name: Example
on:
push:
branches:
- main
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Fluent CI CLI
uses: fluentci-io/setup-fluentci@v5
with:
wasm: true
plugin: .
args: |
lint
"format -w"
working-directory: example
- name: Run Dagger Pipelines
run: dagger run deno run -A ../src/dagger/runner.ts
working-directory: example