Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Codacy as adopter #275

Merged
merged 1 commit into from
Jan 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@
### Adopters
If you are using Fly4s in your company, please let me know and I'll add it to the list! It means a lot to me.

<a href="https://www.codacy.com/">

Check warning

Code scanning / Markdownlint (reported by Codacy)

Element: a Warning documentation

Element: a
<picture>

Check warning

Code scanning / Markdownlint (reported by Codacy)

Element: picture Warning documentation

Element: picture
<source media="(prefers-color-scheme: dark)" srcset="https://www.codacy.com/hubfs/Codacy_2023/Images/logo_codacy_white.svg">

Check warning

Code scanning / Markdownlint (reported by Codacy)

Element: source Warning documentation

Element: source
<source media="(prefers-color-scheme: light)" srcset="https://www.codacy.com/hubfs/Codacy_2023/Images/logo_codacy.svg">

Check warning

Code scanning / Markdownlint (reported by Codacy)

Element: source Warning documentation

Element: source
<img alt="Codacy Logo" height=55 >

Check warning

Code scanning / Markdownlint (reported by Codacy)

Element: img Warning documentation

Element: img
</picture>
</a>

### Getting started
Fly4s supports Scala 2.13 and 3.
The first step, import the `Fly4s` library in our SBT project.
Expand Down
Loading