We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8875907 + 5bfaecb commit c49667cCopy full SHA for c49667c
3 files changed
.github/main.workflow
.github/workflows/pull_request.yml
@@ -0,0 +1,13 @@
1
+on: pull_request
2
+name: PullRequest
3
+jobs:
4
+ compileData-validator:
5
+ name: compile data-validator
6
+ runs-on: ubuntu-latest
7
+ steps:
8
+ - uses: actions/checkout@master
9
+ - name: compile data-validator
10
+ uses: docker://amazoncorretto:8
11
+ with:
12
+ entrypoint: bin/sbt
13
+ args: clean compile test package
.github/workflows/push.yml
+on: push
+name: Push
0 commit comments