update actions
This commit is contained in:
@@ -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/**'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user