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:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- master
|
||||||
- feature/new-ui
|
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user