Compare commits

...

3 Commits

Author SHA1 Message Date
Lai Jia Yang 4059268a10 Fix error handling in repo linter (#4104) 2026-04-20 00:04:38 +07:00
Sindre Sorhus 893fc57bdc Meta tweaks 2026-04-02 23:30:29 +07:00
Jannis 2f3c2725bf Update link for Transit (#3818) 2026-04-01 15:25:16 +07:00
2 changed files with 15 additions and 2 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
#!/bin/bash #!/bin/bash
set -eo pipefail
# Find the repo in the git diff and then set it to an env variables. # Find the repo in the git diff and then set it to an env variables.
REPO_TO_LINT=$( REPO_TO_LINT=$(
@@ -15,7 +16,7 @@ if [ -z "$REPO_TO_LINT" ]; then
echo "No new link found in the format: https://....#readme" echo "No new link found in the format: https://....#readme"
else else
echo "Cloning $REPO_TO_LINT" echo "Cloning $REPO_TO_LINT"
mkdir cloned mkdir -p cloned
cd cloned cd cloned
git clone "$REPO_TO_LINT" . git clone "$REPO_TO_LINT" .
npx awesome-lint npx awesome-lint
+13 -1
View File
@@ -68,6 +68,18 @@
<br> <br>
<br> <br>
<br> <br>
<a href="https://circleback.ai?utm_source=sindresorhus&utm_medium=sponsorship&utm_campaign=awesome-list&utm_id=awesome">
<div>
<img width="340" src="https://sindresorhus.com/assets/thanks/circleback-logo.png?x" alt="Circleback logo">
</div>
<b>Get the most out of every conversation.</b>
<div>
<sup>AI-powered meeting notes, automations, and search. Give AI agents the context they need to get things done.</sup>
</div>
</a>
<br>
<br>
<br>
</p> </p>
<hr> <hr>
<br> <br>
@@ -799,7 +811,7 @@
- [OpenGL](https://github.com/eug/awesome-opengl#readme) - Cross-platform API for rendering 2D and 3D graphics. - [OpenGL](https://github.com/eug/awesome-opengl#readme) - Cross-platform API for rendering 2D and 3D graphics.
- [GraphQL](https://github.com/chentsulin/awesome-graphql#readme) - [GraphQL](https://github.com/chentsulin/awesome-graphql#readme)
- [Urban & Regional Planning](https://github.com/APA-Technology-Division/urban-and-regional-planning-resources#readme) - Concerning the built environment and communities. - [Urban & Regional Planning](https://github.com/APA-Technology-Division/urban-and-regional-planning-resources#readme) - Concerning the built environment and communities.
- [Transit](https://github.com/CUTR-at-USF/awesome-transit#readme) - [Transit](https://github.com/MobilityData/awesome-transit#readme) Data standards, APIs, apps, tools, datasets, and research around open source technology of public transit.
- [Research Tools](https://github.com/emptymalei/awesome-research#readme) - [Research Tools](https://github.com/emptymalei/awesome-research#readme)
- [Data Visualization](https://github.com/javierluraschi/awesome-dataviz#readme) - [Data Visualization](https://github.com/javierluraschi/awesome-dataviz#readme)
- [Microservices](https://github.com/mfornos/awesome-microservices#readme) - [Microservices](https://github.com/mfornos/awesome-microservices#readme)