Skip to content

Commit

Permalink
code format
Browse files Browse the repository at this point in the history
  • Loading branch information
l3nnartt committed Jun 1, 2022
1 parent ffd14b2 commit fad6fdf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Google Java Format
uses: axel-op/googlejavaformat-action@v3.6.0

- name: Set up JDK 1.8
uses: actions/setup-java@v1
Expand Down Expand Up @@ -51,4 +54,4 @@ jobs:
tag: ${{ steps.tag_version.outputs.new_tag }}
name: Release ${{ steps.tag_version.outputs.new_tag }}
artifacts: "build/libs/LouderVoiceChat.jar"
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit fad6fdf

Please sign in to comment.