Skip to content

Commit

Permalink
Build: Don't lint unused keys (until fixed by actions)
Browse files Browse the repository at this point in the history
  • Loading branch information
KiyonoKara committed Jan 13, 2024
1 parent 71c5b5e commit 54ffbcf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ ThisBuild / credentials += Credentials(
host = "maven.pkg.github.com",
maintainer,
sys.env.getOrElse("GITHUB_TOKEN", "")
)
)

Global / lintUnusedKeysOnLoad := false

0 comments on commit 54ffbcf

Please sign in to comment.