mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2025-12-25 08:23:13 +01:00
refactor: add root store (#1153)
This commit is contained in:
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
@@ -11,7 +11,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-go@v5
|
||||
with: { go-version: '1.22' }
|
||||
with: { go-version: '1.25' }
|
||||
- run: make install-golangci-lint generate-go
|
||||
- run: git diff --exit-code
|
||||
|
||||
@@ -30,7 +30,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-go@v5
|
||||
with: { go-version: '1.22' }
|
||||
with: { go-version: '1.25' }
|
||||
- run: make install-golangci-lint fmt-go
|
||||
- run: git diff --exit-code
|
||||
|
||||
@@ -48,7 +48,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-go@v5
|
||||
with: { go-version: '1.22' }
|
||||
with: { go-version: '1.25' }
|
||||
- run: make install-golangci-lint lint-go
|
||||
|
||||
lint-ui:
|
||||
@@ -73,7 +73,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-go@v5
|
||||
with: { go-version: '1.22' }
|
||||
with: { go-version: '1.25' }
|
||||
- run: make test-coverage
|
||||
- uses: codecov/codecov-action@v4
|
||||
with:
|
||||
@@ -86,7 +86,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-go@v5
|
||||
with: { go-version: '1.22' }
|
||||
with: { go-version: '1.25' }
|
||||
- uses: oven-sh/setup-bun@v1
|
||||
- run: make install-ui test-ui
|
||||
|
||||
@@ -96,7 +96,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-go@v5
|
||||
with: { go-version: '1.22' }
|
||||
with: { go-version: '1.25' }
|
||||
- uses: oven-sh/setup-bun@v1
|
||||
- run: make install-ui build-ui install-playwright test-playwright
|
||||
|
||||
@@ -122,7 +122,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-go@v5
|
||||
with: { go-version: '1.22' }
|
||||
with: { go-version: '1.25' }
|
||||
- uses: oven-sh/setup-bun@v1
|
||||
- run: mkdir -p catalyst_data
|
||||
- run: cp testing/data/${{ matrix.folder }}/data.db catalyst_data/data.db
|
||||
|
||||
2
.github/workflows/goreleaser.yml
vendored
2
.github/workflows/goreleaser.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: actions/setup-go@v5
|
||||
with: { go-version: '1.22' }
|
||||
with: { go-version: '1.25' }
|
||||
- uses: oven-sh/setup-bun@v1
|
||||
|
||||
- run: make install-ui build-ui
|
||||
|
||||
Reference in New Issue
Block a user