Add lint stage
This commit is contained in:
parent
ddb2e45754
commit
04a8e8fd2e
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@ -45,13 +45,13 @@ jobs:
|
||||
java-version: adopt@1.11
|
||||
- name: Migrate
|
||||
run: csbt flyway/flywayMigrate
|
||||
- name: Lint
|
||||
run: csbt scalafmtCheckAll
|
||||
- name: Compile
|
||||
run: |
|
||||
csbt "compile; test:compile"
|
||||
- name: Run Tests
|
||||
run: |
|
||||
echo $GITHUB_REF
|
||||
echo ${GITHUB_REF#refs/*/}
|
||||
csbt test
|
||||
publish:
|
||||
name: Publish Release Docker Image
|
||||
|
Loading…
Reference in New Issue
Block a user