Skip to content

Commit d2733af

Browse files
author
Oliver Weiler
authored
chore: Replace scalafmt with checkScalafmt (#668)
1 parent 65c962b commit d2733af

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/migrate.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
MONGO_DATABASE: ${{ secrets.MONGO_DATABASE }}
2424
MONGO_USER: ${{ secrets.MONGO_USER }}
2525
MONGO_PASSWORD: ${{ secrets.MONGO_PASSWORD }}
26-
run: ./gradlew clean run
26+
run: ./gradlew run

.github/workflows/pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
java-version: 11.0.11
2020
- name: Run local migration
21-
run: ./gradlew clean scalafmt run
21+
run: ./gradlew run
2222
- uses: kentaro-m/[email protected]
2323
with:
2424
configuration-path: ".github/auto_assign.yml"

src/main/scala/io/sdkman/changelogs/JikkouMigrations.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class JikkouMigrations {
1717
name = "Jikkou",
1818
description =
1919
"Jikkou is a command-line client for efficient management, automation and provisioning of resources for Kafka, Schema Registry, etc. " +
20-
"Inspired by kubectl and the Kubernetes resource definition files, it offers an intuitive, user-friendly approach to configuration management.",
20+
"Inspired by kubectl and the Kubernetes resource definition files, it offers an intuitive, user-friendly approach to configuration management.",
2121
websiteUrl = "https://streamthoughts.github.io/jikkou/"
2222
).insert()
2323
}

0 commit comments

Comments
 (0)