zio / zio-json

Fast, secure JSON library with tight ZIO integration.
https://zio.dev/zio-json
Apache License 2.0
407 stars 146 forks source link

fix: broken link #1097

Closed ezhil56x closed 5 months ago

ezhil56x commented 5 months ago

/claim #1064 Closes #1064

ezhil56x commented 5 months ago

@jdegoes This issue is similar to zio/zio-schema/644 Can I get a review on zio/zio-schema/660 as well? Thanks!

fsvehla commented 5 months ago
[error] java.lang.RuntimeException: The README.md file is not up-to-date!
[error] Please run `sbt docs/generateReadme` and commit new changes.
[error]     at scala.sys.package$.error(package.scala:30)
ezhil56x commented 5 months ago
[error] java.lang.RuntimeException: The README.md file is not up-to-date!
[error] Please run `sbt docs/generateReadme` and commit new changes.
[error]   at scala.sys.package$.error(package.scala:30)

@fsvehla https://github.com/zio/zio-schema/pull/644 In the above PR, it was suggested to remove sbt docs/generateReadme from CI. So I have removed it.