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

Cleanup root and perform LF normalization #21

Merged
merged 1 commit into from
Sep 4, 2024
Merged
Show file tree
Hide file tree
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
7 changes: 7 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
root = true

[*]
end_of_line = lf
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/check-links-daily.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
id: lychee
uses: lycheeverse/lychee-action@v1
with:
args: './content.md'
args: '-c .github/lychee.toml ./content.md'
jobSummary: false

- name: Find Link Checker Issue
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-links-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
- name: Link Checker
uses: lycheeverse/lychee-action@v1
with:
args: './content.md'
args: '-c .github/lychee.toml ./content.md'
jobSummary: false
fail: true
File renamed without changes
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# osu! Game Resources

<img align="right" width="100" height="100" src="./logo.png">
<img align="right" width="100" height="100" src="./Assets/logo.png">

This repository contains a curated list of links to various resources for osu! game. The resources are categorized into different sections and are maintained by the community.

Expand Down Expand Up @@ -72,4 +72,4 @@ This list has been created and is currently primarily maintained by the staff of
Parts of the list have been adapted from:
- [awesome-osu](https://github.com/cl8n/awesome-osu/) - Project with very similar goals which is now left unmaintained, with many broken links.
- [List of osu! bots](https://osu.ppy.sh/community/forums/topics/1662993) - The in-game bots that are still functional and available were added to this list.
- [osu! Development forum](https://osu.ppy.sh/community/forums/2) - Where people go to tell the world about their projects related to osu!
- [osu! Development forum](https://osu.ppy.sh/community/forums/2) - Where people go to tell the world about their projects related to osu!