Skip to content

Commit

Permalink
chore: Replace scalafmt with checkScalafmt (#668)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Weiler authored Oct 9, 2023
1 parent 65c962b commit d2733af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/migrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
MONGO_DATABASE: ${{ secrets.MONGO_DATABASE }}
MONGO_USER: ${{ secrets.MONGO_USER }}
MONGO_PASSWORD: ${{ secrets.MONGO_PASSWORD }}
run: ./gradlew clean run
run: ./gradlew run
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
java-version: 11.0.11
- name: Run local migration
run: ./gradlew clean scalafmt run
run: ./gradlew run
- uses: kentaro-m/auto-assign-action@v1.1.2
with:
configuration-path: ".github/auto_assign.yml"
2 changes: 1 addition & 1 deletion src/main/scala/io/sdkman/changelogs/JikkouMigrations.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class JikkouMigrations {
name = "Jikkou",
description =
"Jikkou is a command-line client for efficient management, automation and provisioning of resources for Kafka, Schema Registry, etc. " +
"Inspired by kubectl and the Kubernetes resource definition files, it offers an intuitive, user-friendly approach to configuration management.",
"Inspired by kubectl and the Kubernetes resource definition files, it offers an intuitive, user-friendly approach to configuration management.",
websiteUrl = "https://streamthoughts.github.io/jikkou/"
).insert()
}

0 comments on commit d2733af

Please sign in to comment.