Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New gen cleanup #9

Merged
merged 10 commits into from
Jul 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
12 changes: 6 additions & 6 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
push:
branches: ['main']
paths:
- 'Backend/**'
- 'backend/**'
pull_request:
branches: ['main']
paths:
- 'Backend/**'
- 'backend/**'

jobs:
build:
Expand All @@ -19,13 +19,13 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
dotnet-version: 8.0.x
- name: Restore dependencies
run: dotnet restore
working-directory: ./Backend
working-directory: ./backend
- name: Build
run: dotnet build --no-restore
working-directory: ./Backend
working-directory: ./backend
- name: Test
run: dotnet test --no-build --verbosity normal
working-directory: ./Backend
working-directory: ./backend
33 changes: 0 additions & 33 deletions .github/workflows/frontend.yml

This file was deleted.

This file was deleted.

24 changes: 0 additions & 24 deletions Backend/FightCore.Api/Configuration/Profiles/CharacterProfile.cs

This file was deleted.

14 changes: 0 additions & 14 deletions Backend/FightCore.Api/Configuration/Profiles/HitboxProfile.cs

This file was deleted.

16 changes: 0 additions & 16 deletions Backend/FightCore.Api/Configuration/Profiles/MoveProfile.cs

This file was deleted.

37 changes: 0 additions & 37 deletions Backend/FightCore.Api/Configuration/Profiles/SubactionProfile.cs

This file was deleted.

48 changes: 0 additions & 48 deletions Backend/FightCore.Api/Controllers/CharacterController.cs

This file was deleted.

90 changes: 0 additions & 90 deletions Backend/FightCore.Api/Controllers/ExportController.cs

This file was deleted.

55 changes: 0 additions & 55 deletions Backend/FightCore.Api/Controllers/HitboxController.cs

This file was deleted.

Loading
Loading