Skip to content

Commit

Permalink
Merge pull request #8 from coding-test-java/kimyeonsup
Browse files Browse the repository at this point in the history
PR Reviewers test
  • Loading branch information
dustjq1004 authored Dec 27, 2023
2 parents 12c57bd + 399359e commit 9a390cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/[email protected]
with:
# with:
# configuration-path: '.github/some_name_for_configs.yml' # Only needed if you use something other than .github/auto_assign.yml
2 changes: 1 addition & 1 deletion kimyeonsup/Test.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
public class Test {

public static void main(String[] args) {
System.out.println("");
System.out.println("테스트");
}
}

0 comments on commit 9a390cb

Please sign in to comment.