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
|
java-version: adopt@1.11
|
||||||
- name: Migrate
|
- name: Migrate
|
||||||
run: csbt flyway/flywayMigrate
|
run: csbt flyway/flywayMigrate
|
||||||
|
- name: Lint
|
||||||
|
run: csbt scalafmtCheckAll
|
||||||
- name: Compile
|
- name: Compile
|
||||||
run: |
|
run: |
|
||||||
csbt "compile; test:compile"
|
csbt "compile; test:compile"
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
run: |
|
run: |
|
||||||
echo $GITHUB_REF
|
|
||||||
echo ${GITHUB_REF#refs/*/}
|
|
||||||
csbt test
|
csbt test
|
||||||
publish:
|
publish:
|
||||||
name: Publish Release Docker Image
|
name: Publish Release Docker Image
|
||||||
|
Loading…
Reference in New Issue
Block a user