Formatting code to chisel standard
- ran sbt scalafmtAll - lot of small formatting changes - added test that code must stay formatted - part of github actions workflow
This commit is contained in:
13
.github/workflows/run-ci.yml
vendored
13
.github/workflows/run-ci.yml
vendored
@@ -24,3 +24,16 @@ jobs:
|
||||
run: git submodule update --init
|
||||
- name: Test
|
||||
run: sbt test
|
||||
|
||||
doc:
|
||||
name: Documentation and formatting
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check Formatting
|
||||
run: sbt scalafmtCheckAll
|
||||
|
||||
all_test_passed:
|
||||
name: "all tests passed"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: echo Success
|
||||
|
||||
Reference in New Issue
Block a user