Skip to content

Commit

Permalink
Switch to Google Java Format (AOSP) code style
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Oct 26, 2023
1 parent afb9e76 commit e58817c
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 342 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ permissions:
pull-requests: write

jobs:
checkstyle:
name: Checkstyle
gjf-checkstyle:
name: GJF (AOSP) and Checkstyle
runs-on: ubuntu-latest
steps:
- name: Checkout source
Expand All @@ -40,6 +40,10 @@ jobs:
java-version: 21.0.1
distribution: 'liberica'
cache: 'gradle'
- uses: axel-op/googlejavaformat-action@v3
with:
args: "--skip-sorting-imports --replace"
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Run checkstyle reporter
uses: nikitasavinov/checkstyle-action@master
with:
Expand Down
296 changes: 0 additions & 296 deletions config/IntelliJ Code Style.xml

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit e58817c

Please sign in to comment.