Skip to content

Commit 838823e

Browse files
xiaoweiizxkane
authored andcommitted
ci: enable github actions.
1 parent e500fa9 commit 838823e

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/setup-java@v3
1616
with:
1717
java-version: '8'
18-
distribution: 'temurin'
18+
distribution: 'corretto'
1919
cache: gradle
2020
- name: Grant execute permission for gradlew
2121
run: chmod +x gradlew

.github/workflows/lint.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,6 @@ jobs:
2929
chore
3030
revert
3131
release
32-
# Configure which scopes are allowed.
33-
scopes: |
34-
deps-dev
35-
deps
36-
inference
37-
dashboard
38-
model
39-
core
40-
ui
41-
docs
4232
# Configure that a scope must always be provided.
4333
requireScope: false
4434
# Configure additional validation for the subject based on a regex.

0 commit comments

Comments
 (0)