We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e500fa9 commit 838823eCopy full SHA for 838823e
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
uses: actions/setup-java@v3
16
with:
17
java-version: '8'
18
- distribution: 'temurin'
+ distribution: 'corretto'
19
cache: gradle
20
- name: Grant execute permission for gradlew
21
run: chmod +x gradlew
.github/workflows/lint.yml
@@ -29,16 +29,6 @@ jobs:
29
chore
30
revert
31
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
42
# Configure that a scope must always be provided.
43
requireScope: false
44
# Configure additional validation for the subject based on a regex.
0 commit comments