Skip to content

build(deps): bump flutter_lints from 4.0.0 to 5.0.0 #111

build(deps): bump flutter_lints from 4.0.0 to 5.0.0

build(deps): bump flutter_lints from 4.0.0 to 5.0.0 #111

Workflow file for this run

name: Base
on:
push:
branches: [main]
tags:
- '[0-9]+.[0-9]+.[0-9]+*'
pull_request:
branches: [main]
workflow_dispatch:
# This ensures that previous jobs for the PR are canceled when PR is updated
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
uses: flutter-form-builder-ecosystem/.github/.github/workflows/minimal-quality.yaml@main
example:
uses: flutter-form-builder-ecosystem/.github/.github/workflows/build-examples.yaml@main
deployment:
permissions:
id-token: write
uses: flutter-form-builder-ecosystem/.github/.github/workflows/deployment.yaml@main
if: ${{ github.ref_type == 'tag' }}
needs: build