Skip to content

Commit

Permalink
Set up Google Java style guide linter as CI step Project-Books#157
Browse files Browse the repository at this point in the history
  • Loading branch information
vlparf committed Oct 3, 2022
1 parent 1634e77 commit fbd35e5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/checkstyle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: checkstyle

on:
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: "--set-exit-if-changed"

0 comments on commit fbd35e5

Please sign in to comment.