Skip to content

chore: add new features on signals.dart example #73

chore: add new features on signals.dart example

chore: add new features on signals.dart example #73

Workflow file for this run

name: Checkout
on:
workflow_dispatch:
push:
branches:
- "main"
pull_request:
branches:
- "main"
- "develop"
- "feature/**"
- "bugfix/**"
- "hotfix/**"
- "support/**"
paths:
- "**/pubspec.yaml"
- "**/pubspec.lock"
- "packages/**/lib/**.dart"
- "packages/**/test/**.dart"
- "example/**.dart"
permissions:
contents: read
actions: read
checks: write
env:
FLUTTER_TEST_REPORT: ${{github.workspace}}/flutter-test-report.json
jobs:
code_check:
uses: arxdeus/github_workflows/.github/workflows/dart_monorepo_code_check.yaml@main