Update analyze script
This commit is contained in:
parent
bf09593e32
commit
62c2d42748
1 changed files with 0 additions and 1 deletions
17
.github/workflows/flutter-analyze.yml
vendored
17
.github/workflows/flutter-analyze.yml
vendored
|
|
@ -1,17 +0,0 @@
|
|||
name: Flutter Analyze
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
analyze:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: subosito/flutter-action@v2
|
||||
- run: flutter pub get
|
||||
- run: flutter build apk --debug
|
||||
- run: flutter analyze
|
||||
Loading…
Add table
Add a link
Reference in a new issue