summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Herlant <aerostitch@debian.org>2019-10-29 19:29:16 -0700
committerJoseph Herlant <aerostitch@debian.org>2019-10-29 19:29:16 -0700
commitf2b3fda36672404cce4adc72055276a4e6eb54e8 (patch)
tree861f513676543168ce2c21777b606117873cb7aa
parent893ff758f15525945743c45e3e28abe210d19e70 (diff)
downloadnavit-aerostitch/gh_action.tar.gz
update:ci:Trying out using github action for checkstyleaerostitch/gh_action
-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