Skip to content

Add delay duration to append and prepend function #36

Add delay duration to append and prepend function

Add delay duration to append and prepend function #36

Workflow file for this run

name: analyze
on:
pull_request:
jobs:
analyze:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
cache: true
- run: flutter pub get
- uses: invertase/github-action-dart-analyzer@v3
check:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
cache: true
- run: flutter pub get
- run: dart format --output=none --set-exit-if-changed .