Skip to content

Commit

Permalink
Merge branch 'apache:master' into feature/ui/metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
Helltab authored Dec 17, 2023
2 parents 759820a + 928ab8b commit a667161
Show file tree
Hide file tree
Showing 3 changed files with 268 additions and 177 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,17 @@ name: Continues Integration

on:
push:
branches:
- master
pull_request:
branches:
- master

jobs:
golangci:
name: lint
runs-on: ubuntu-latest
if: github.repository == 'apache/dubbo-kubernetes'
steps:
- uses: actions/checkout@v4
- name: Set up Go 1.x
Expand All @@ -42,6 +47,7 @@ jobs:
unit-test:
name: Go Test
runs-on: ubuntu-latest
if: github.repository == 'apache/dubbo-kubernetes'
steps:
- uses: actions/checkout@v4
- name: Set up Go 1.x
Expand All @@ -66,6 +72,7 @@ jobs:
license-check:
name: License Check - Go
runs-on: ubuntu-latest
if: github.repository == 'apache/dubbo-kubernetes'
steps:
- uses: actions/checkout@v4
- name: Set up Go 1.x
Expand All @@ -79,6 +86,7 @@ jobs:
go-fmt:
name: Go fmt
runs-on: ubuntu-latest
if: github.repository == 'apache/dubbo-kubernetes'
steps:
- uses: actions/checkout@v4
- name: Set up Go 1.x
Expand Down
4 changes: 3 additions & 1 deletion ui-vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,12 @@
"ant-design-vue": "4.x",
"less": "^4.2.0",
"lodash": "^4.17.21",
"mockjs": "^1.1.0",
"pinia": "^2.1.7",
"vue": "^3.3.10",
"vue-i18n": "^9.8.0",
"vue-router": "^4.2.5"
"vue-router": "^4.2.5",
"vue3-colorpicker": "^2.2.3"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.3.3",
Expand Down
Loading

0 comments on commit a667161

Please sign in to comment.