Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

docs: add README.md with project overview, usage instructions, and fe… #14

docs: add README.md with project overview, usage instructions, and fe…

docs: add README.md with project overview, usage instructions, and fe… #14

Workflow file for this run

name: ci
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_package.yml@v1
with:
min_coverage: 90