mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-12-05 22:26:27 +00:00
.github remove autosync references + fix whitespace (#1198)
This commit is contained in:
2
.github/workflows/auth-hurl.yml
vendored
2
.github/workflows/auth-hurl.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
|||||||
postgres:
|
postgres:
|
||||||
image: postgres:15
|
image: postgres:15
|
||||||
ports:
|
ports:
|
||||||
- "5432:5432"
|
- "5432:5432"
|
||||||
env:
|
env:
|
||||||
POSTGRES_USER: kyoo
|
POSTGRES_USER: kyoo
|
||||||
POSTGRES_PASSWORD: password
|
POSTGRES_PASSWORD: password
|
||||||
|
|||||||
2
.github/workflows/coding-style.yml
vendored
2
.github/workflows/coding-style.yml
vendored
@@ -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
|
||||||
|
|||||||
5
.github/workflows/docker.yml
vendored
5
.github/workflows/docker.yml
vendored
@@ -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
|
||||||
|
|||||||
2
.github/workflows/native-build.yml
vendored
2
.github/workflows/native-build.yml
vendored
@@ -2,7 +2,7 @@ name: Native build
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- v*
|
- v*
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update:
|
update:
|
||||||
|
|||||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -2,7 +2,7 @@ name: Release
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- v*
|
- v*
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update:
|
update:
|
||||||
|
|||||||
Reference in New Issue
Block a user