Skip to content

Commit

Permalink
fix: Dummy .env for analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
cpswan committed Nov 27, 2023
1 parent 086246a commit eef5f11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
- name: Install dependencies and analyze in ${{ matrix.package }}
working-directory: packages/${{ matrix.package }}
run: |
touch example/.env
flutter pub get
flutter analyze --no-fatal-infos
Expand Down

0 comments on commit eef5f11

Please sign in to comment.