Skip to content

Add separate GitHub Actions workflows for backend and frontend builds… #5

Add separate GitHub Actions workflows for backend and frontend builds…

Add separate GitHub Actions workflows for backend and frontend builds… #5

Triggered via push October 29, 2025 23:19
Status Success
Total duration 28s
Artifacts

backend-data.yml

on: push
Build and Lint Backend Data
25s
Build and Lint Backend Data
Fit to window
Zoom out
Zoom in

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.