Skip to content

refactor: add trailing comma and remove unnecessary container widget #1508

refactor: add trailing comma and remove unnecessary container widget

refactor: add trailing comma and remove unnecessary container widget #1508

Workflow file for this run

name: Test
on:
push:
jobs:
run-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
- run: dart pub global activate melos
- run: melos bootstrap
- run: melos analyze
- run: melos format
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
- run: dart pub global activate melos
- run: melos bootstrap
- run: melos test