merge master

This commit is contained in:
Salvatore Giordano
2021-01-07 12:24:30 +01:00
parent f3aefdaf8b
commit d4f2d79702
11 changed files with 178 additions and 68 deletions
+24
View File
@@ -0,0 +1,24 @@
name: Flutter Analyze
on:
push:
branches:
- master
pull_request:
branches:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v1
with:
channel: 'beta'
- run: flutter pub get
- name: 'Flutter Format Check'
run: flutter format --set-exit-if-changed --dry-run .
- run: flutter analyze