mirror of
https://github.com/vcscsvcscs/GenerationsHeritage.git
synced 2025-08-12 22:09:07 +02:00
temp ci fix
This commit is contained in:
8
.github/workflows/db_adapter_ci.yml
vendored
8
.github/workflows/db_adapter_ci.yml
vendored
@@ -1,8 +1,12 @@
|
||||
name: Frontend Continuous Integration
|
||||
name: Database Adapter Continues Integration
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- feature/migrate-100-percent-to-svelte
|
||||
paths:
|
||||
- "apps/db-adapter**"
|
||||
- "apps/db-adapter/*"
|
||||
|
||||
jobs:
|
||||
golangci:
|
||||
name: lint
|
||||
|
4
.github/workflows/svelte_ci.yml
vendored
4
.github/workflows/svelte_ci.yml
vendored
@@ -1,8 +1,10 @@
|
||||
name: Frontend Continuous Integration
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- feature/migrate-100-percent-to-svelte
|
||||
paths:
|
||||
- "apps/app**"
|
||||
- "apps/app/*"
|
||||
jobs:
|
||||
lint:
|
||||
uses: ./.github/workflows/svelte_lint.yml
|
||||
|
Reference in New Issue
Block a user