Skip to content

BOT: Dart Dependency Updater #221

BOT: Dart Dependency Updater

BOT: Dart Dependency Updater #221

Workflow file for this run

name: Pull Request Checker
on:
workflow_dispatch:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Validate annotation
uses: peiffer-innovations/actions-flutter-validate@v2
with:
path: annotation
skip_sarif: true
- name: Validate codegen
uses: peiffer-innovations/actions-flutter-validate@v2
with:
path: codegen
skip_sarif: true
- name: Validate json_dynamic_widget
uses: peiffer-innovations/actions-flutter-validate@v2
with:
generate_code: true
path: json_dynamic_widget