(patch) updating builds, pre-commit (#3)
All checks were successful
/ Build and Release Library (push) Successful in 1m9s
All checks were successful
/ Build and Release Library (push) Successful in 1m9s
Reviewed-on: #3
This commit is contained in:
parent
1571323ba7
commit
d2ceadc746
4 changed files with 4 additions and 2 deletions
|
@ -61,6 +61,7 @@ jobs:
|
|||
if [ "${{ env.GS_RELEASE_TYPE }}" = "norelease" ]; then
|
||||
echo "Skipping publish due to GS_RELEASE_TYPE=norelease"
|
||||
else
|
||||
sbtn coverageOff
|
||||
sbtn clean
|
||||
sbtn publish
|
||||
fi
|
||||
|
|
|
@ -68,6 +68,7 @@ jobs:
|
|||
if [ "${{ env.GS_RELEASE_TYPE }}" = "norelease" ]; then
|
||||
echo "Skipping publish for 'norelease' commit."
|
||||
else
|
||||
sbtn coverageOff
|
||||
sbtn clean
|
||||
sbtn semVerWriteVersionToFile
|
||||
sbtn publish
|
||||
|
|
|
@ -12,6 +12,6 @@ repos:
|
|||
- id: trailing-whitespace
|
||||
- id: check-yaml
|
||||
- repo: https://git.garrity.co/garrity-software/gs-pre-commit-scala
|
||||
rev: v1.0.0
|
||||
rev: v1.0.1
|
||||
hooks:
|
||||
- id: scalafmt
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// See: https://github.com/scalameta/scalafmt/tags for the latest tags.
|
||||
version = 3.7.11
|
||||
version = 3.8.1
|
||||
runner.dialect = scala3
|
||||
maxColumn = 80
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue