Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
bartdebever committed Jul 12, 2024
2 parents a4cfb73 + 1ddb315 commit a4d782b
Show file tree
Hide file tree
Showing 460 changed files with 50 additions and 25,490 deletions.
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

0 comments on commit a4d782b

Please sign in to comment.