Run yaml lint and correct errors
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Set up JDK 1.8
|
- name: Set up JDK 1.8
|
||||||
uses: actions/setup-java@master
|
uses: actions/setup-java@master
|
||||||
with:
|
with:
|
||||||
version: 1.8
|
version: 1.8
|
||||||
|
|
||||||
- name: Build with Gradle
|
- name: Build with Gradle
|
||||||
|
|||||||
+2
-2
@@ -13,8 +13,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Set up JDK 1.8
|
- name: Set up JDK 1.8
|
||||||
uses: actions/setup-java@master
|
uses: actions/setup-java@master
|
||||||
with:
|
with:
|
||||||
version: 1.8
|
version: 1.8
|
||||||
|
|
||||||
- name: Build with Maven
|
- name: Build with Maven
|
||||||
run: mvn package --file pom.xml
|
run: mvn package --file pom.xml
|
||||||
|
|||||||
@@ -21,4 +21,3 @@ jobs:
|
|||||||
npm install
|
npm install
|
||||||
npm run build --if-present
|
npm run build --if-present
|
||||||
npm test
|
npm test
|
||||||
|
|
||||||
|
|||||||
@@ -13,8 +13,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Set up Python 3.6
|
- name: Set up Python 3.6
|
||||||
uses: actions/setup-python@master
|
uses: actions/setup-python@master
|
||||||
with:
|
with:
|
||||||
version: 3.6
|
version: 3.6
|
||||||
|
|
||||||
- name: Export project path
|
- name: Export project path
|
||||||
shell: python
|
shell: python
|
||||||
|
|||||||
Reference in New Issue
Block a user