Skip to content

Commit

Permalink
Merge branch 'main' into f-lab-edu#198-비동기-메시지-생성-테스트-수정
Browse files Browse the repository at this point in the history
  • Loading branch information
JooHyukKim committed Mar 18, 2022
2 parents cb2bcb4 + ae5fca8 commit ce24c8a
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/google-java-format.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# Example workflow
name: google-java-format

on:
push:
branches-ignore:
- main
pull_request:
branches-ignore:
- main

jobs:

formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2 # v2 minimum required
- uses: axel-op/googlejavaformat-action@v3
with:
args: "--replace"
commitMessage: "Format : Google Java Format"
## Example workflow
#name: google-java-format
#
#on:
# push:
# branches:
# - main
# pull_request:
# branches:
# - main
#
#jobs:
#
# formatting:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2 # v2 minimum required
# - uses: axel-op/googlejavaformat-action@v3
# with:
# args: "--replace"
# commitMessage: "Format : Google Java Format"

0 comments on commit ce24c8a

Please sign in to comment.