summaryrefslogtreecommitdiff
path: root/.github/workflows/checkstyle.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/checkstyle.yml')
-rw-r--r--.github/workflows/checkstyle.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/workflows/checkstyle.yml b/.github/workflows/checkstyle.yml
new file mode 100644
index 000000000..5b0a69318
--- /dev/null
+++ b/.github/workflows/checkstyle.yml
@@ -0,0 +1,12 @@
+name: Go
+on: [push]
+jobs:
+ test:
+ name: Test
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@latest
+ - uses: actions/setup-java@v1
+ with:
+ java-version: '1.12'
+ - run: ./gradlew checkstyleMain