Run yaml lint and correct errors

This commit is contained in:
Mike Coutermarsh
2019-07-31 16:52:59 -07:00
parent ff14962225
commit 0573c4109f
4 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -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
View File
@@ -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
-1
View File
@@ -21,4 +21,3 @@ jobs:
npm install npm install
npm run build --if-present npm run build --if-present
npm test npm test
+2 -2
View File
@@ -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