Skip to content

Commit

Permalink
fix: add build script
Browse files Browse the repository at this point in the history
  • Loading branch information
glitchedmob committed Oct 7, 2024
1 parent f9fc350 commit 1e0f373
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint-analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ jobs:
- run: flutter pub get
- run: dart format --set-exit-if-changed .
- run: cp ./lib/env.dart.example ./lib/env.dart
- run: flutter pub run build_runner build
- run: flutter analyze

0 comments on commit 1e0f373

Please sign in to comment.