Add separate GitHub Actions workflows for backend and frontend builds… #5
backend-data.yml
on: push
Build and Lint Backend Data
25s
Annotations
2 warnings
|
Build and Lint Backend Data:
PhantomDave.BankTracking.Data/Repositories/IRepository.cs#L44
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
Build and Lint Backend Data:
PhantomDave.BankTracking.Data/Repositories/IRepository.cs#L44
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|