master #81

Closed
malo wants to merge 322 commits from master into feat/bloc_layout/new-package
2 changed files with 6 additions and 3 deletions
Showing only changes of commit aee7060a0b - Show all commits

View File

@ -16,14 +16,18 @@
kind: pipeline kind: pipeline
type: docker type: docker
name: build name: default
steps: steps:
- name: build - name: quality-check
image: git.wyatt-studio.fr/wyatt-foss/flutter-melos:2.9.0 image: git.wyatt-studio.fr/wyatt-foss/flutter-melos:2.9.0
commands: commands:
- melos run quality-check - melos run quality-check
- melos run publish:validate - melos run publish:validate
- name: publish
image: git.wyatt-studio.fr/wyatt-foss/flutter-melos:2.9.0
commands:
- melos run publish:validate
trigger: trigger:
branch: branch:

View File

@ -1 +0,0 @@
// TODO(hpcl): Add tests.