update actions

This commit is contained in:
Salvatore Giordano
2021-02-02 15:27:02 +01:00
parent c330173c91
commit 0b57f1b5ad
2 changed files with 1 additions and 26 deletions
-24
View File
@@ -1,24 +0,0 @@
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
@@ -7,8 +7,7 @@ on:
pull_request:
push:
branches:
- main
- feature/new-ui
- master
paths-ignore:
- 'docs/**'