Add dart analyser action (#163)

* Add dart analyser action

* Update flutter-analyze.yml
This commit is contained in:
Neevash Ramdial (Nash)
2020-12-02 12:24:54 -04:00
committed by GitHub
parent 9068f38659
commit 0520470f46
+20
View File
@@ -0,0 +1,20 @@
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
- run: flutter analyze