Delete old back

This commit is contained in:
Zoe Roux
2025-10-26 10:51:34 +01:00
parent 7739908a19
commit b3b58f7a1e
208 changed files with 0 additions and 41031 deletions
-14
View File
@@ -2,20 +2,6 @@ name: Coding Style
on: [pull_request, workflow_dispatch]
jobs:
back:
name: "Lint Back"
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./back
steps:
- uses: actions/checkout@v5
- name: Check coding style
run: |
dotnet tool restore
dotnet csharpier . --check
api:
name: "Lint api"
runs-on: ubuntu-latest
-10
View File
@@ -19,16 +19,6 @@ jobs:
fail-fast: false
matrix:
include:
- context: ./back
dockerfile: Dockerfile
label: back
image: ${{ github.repository_owner }}/kyoo_back
- context: ./back
dockerfile: Dockerfile.migrations
label: migrations
image: ${{ github.repository_owner }}/kyoo_migrations
- context: ./api
dockerfile: Dockerfile
label: api