Added lint testing to gitea action!!

Reviewed-on: tom/rluv-client#2
This commit is contained in:
2023-08-17 15:16:08 -06:00
parent a84844a314
commit c54110409a
13 changed files with 88 additions and 324 deletions
-2
View File
@@ -15,8 +15,6 @@ import 'global/api.dart';
import 'global/widgets/ui_button.dart';
void main() async {
final thing;
// await Api().loadToken();
runApp(const ProviderScope(child: MyApp()));
}