Skip to content

Commit

Permalink
Updated Gradle Common
Browse files Browse the repository at this point in the history
  • Loading branch information
BrainStone committed Apr 28, 2024
1 parent 96f56be commit 3d234e1
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# EditorConfig is awesome: https://EditorConfig.org

# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
indent_size = 4
indent_style = space

# Google Style
[*.java]
indent_size = 2
indent_style = space

# Ensure YAML files are always fine
[*.{yml,yaml}]
indent_style = space
2 changes: 1 addition & 1 deletion .github/workflows/code_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
- uses: actions/upload-artifact@v2
if: success() || failure()
with:
name: "${{ env.ref }}_code-checks_${{ matrix.os }}"
name: ${{ env.ref }}_code-checks_${{ matrix.os }}
path: |
**/build/test-results/test/TEST-*.xml
**/build/reports/spotbugs/*.xml
2 changes: 1 addition & 1 deletion GradleCommon

0 comments on commit 3d234e1

Please sign in to comment.