(patch) updating builds, pre-commit
All checks were successful
/ Build and Test Library Snapshot (pull_request) Successful in 1m5s

This commit is contained in:
Pat Garrity 2024-05-02 18:10:00 -05:00
parent 1571323ba7
commit 2dc8514b93
Signed by: pfm
GPG key ID: 5CA5D21BAB7F3A76
4 changed files with 4 additions and 2 deletions

View file

@ -61,6 +61,7 @@ jobs:
if [ "${{ env.GS_RELEASE_TYPE }}" = "norelease" ]; then if [ "${{ env.GS_RELEASE_TYPE }}" = "norelease" ]; then
echo "Skipping publish due to GS_RELEASE_TYPE=norelease" echo "Skipping publish due to GS_RELEASE_TYPE=norelease"
else else
sbtn coverageOff
sbtn clean sbtn clean
sbtn publish sbtn publish
fi fi

View file

@ -68,6 +68,7 @@ jobs:
if [ "${{ env.GS_RELEASE_TYPE }}" = "norelease" ]; then if [ "${{ env.GS_RELEASE_TYPE }}" = "norelease" ]; then
echo "Skipping publish for 'norelease' commit." echo "Skipping publish for 'norelease' commit."
else else
sbtn coverageOff
sbtn clean sbtn clean
sbtn semVerWriteVersionToFile sbtn semVerWriteVersionToFile
sbtn publish sbtn publish

View file

@ -12,6 +12,6 @@ repos:
- id: trailing-whitespace - id: trailing-whitespace
- id: check-yaml - id: check-yaml
- repo: https://git.garrity.co/garrity-software/gs-pre-commit-scala - repo: https://git.garrity.co/garrity-software/gs-pre-commit-scala
rev: v1.0.0 rev: v1.0.1
hooks: hooks:
- id: scalafmt - id: scalafmt

View file

@ -1,5 +1,5 @@
// See: https://github.com/scalameta/scalafmt/tags for the latest tags. // See: https://github.com/scalameta/scalafmt/tags for the latest tags.
version = 3.7.11 version = 3.8.1
runner.dialect = scala3 runner.dialect = scala3
maxColumn = 80 maxColumn = 80