.github remove autosync references + fix whitespace (#1198)

This commit is contained in:
acelinkio
2025-12-02 00:26:04 -08:00
committed by GitHub
parent c29ad99ca0
commit 12fe7c157f
5 changed files with 4 additions and 9 deletions

View File

@@ -37,7 +37,7 @@ jobs:
run: biome ci . run: biome ci .
scanner: scanner:
name: "Lint scanner/autosync" name: "Lint scanner"
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v6 - uses: actions/checkout@v6

View File

@@ -34,11 +34,6 @@ jobs:
label: scanner label: scanner
image: ${{ github.repository_owner }}/kyoo_scanner image: ${{ github.repository_owner }}/kyoo_scanner
- context: ./autosync
dockerfile: Dockerfile
label: autosync
image: ${{ github.repository_owner }}/kyoo_autosync
- context: ./transcoder - context: ./transcoder
dockerfile: Dockerfile dockerfile: Dockerfile
label: transcoder label: transcoder