Skip to content

#60 - task(contribute): add definition of done #91

#60 - task(contribute): add definition of done

#60 - task(contribute): add definition of done #91

Workflow file for this run

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
name: code-analysis
on:
push:
branches: [ "main", "feature/*", "task/*", "bugfix/*", "hotfix/*" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: '11'
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.13.9'
- run: flutter analyze
- run: dart format lib