Skip to content

Commit 115ed69

Browse files
authored
Run format on action (#86)
1 parent 1ed9849 commit 115ed69

File tree

2 files changed

+18
-19
lines changed

2 files changed

+18
-19
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Format
2+
3+
on:
4+
pull_request:
5+
6+
jobs:
7+
formatting:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v2
11+
- uses: actions/setup-java@v1
12+
with:
13+
java-version: '11'
14+
- uses: axel-op/googlejavaformat-action@v3
15+
with:
16+
args: '--dry-run --set-exit-if-changed'
17+
skipCommit: true
18+
githubToken: ${{ secrets.GITHUB_TOKEN }}

.travis.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)