diff options
-rw-r--r-- | .github/workflows/checks.yml | 10 | ||||
-rw-r--r-- | CODE_OF_CONDUCT.md | 3 |
2 files changed, 2 insertions, 11 deletions
diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 7f7499d..024bdab 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -46,15 +46,5 @@ jobs: - name: Chmod Gradle run: chmod +x ./gradlew - - name: Setup Gradle - if: steps.cache.outputs.cache-hit != 'true' - run: ./gradlew setupGradle --no-daemon - - name: Build run: ./gradlew build --no-daemon - - - name: Upload Build Artifacts - uses: actions/upload-artifact@v2 - with: - name: ${{ matrix.version }} Artifacts - path: versions/${{ matrix.version }}/build/libs/ diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index f19259e..7a4e294 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -29,7 +29,8 @@ Examples of unacceptable behavior include: * The use of sexualized language or imagery, and sexual attention or advances of any kind -* Trolling, insulting or derogatory comments, and personal or political attacks +* Excessive trolling +* Insulting or derogatory comments, and personal or political attacks * Public or private harassment * Publishing others' private information, such as a physical or email address, without their explicit permission |