mirror of
https://github.com/sindresorhus/awesome.git
synced 2026-05-01 20:20:06 -07:00
Compare commits
3 Commits
3ac17312f3
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 4059268a10 | |||
| 893fc57bdc | |||
| 2f3c2725bf |
@@ -1,4 +1,5 @@
|
||||
#!/bin/bash
|
||||
set -eo pipefail
|
||||
|
||||
# Find the repo in the git diff and then set it to an env variables.
|
||||
REPO_TO_LINT=$(
|
||||
@@ -15,7 +16,7 @@ if [ -z "$REPO_TO_LINT" ]; then
|
||||
echo "No new link found in the format: https://....#readme"
|
||||
else
|
||||
echo "Cloning $REPO_TO_LINT"
|
||||
mkdir cloned
|
||||
mkdir -p cloned
|
||||
cd cloned
|
||||
git clone "$REPO_TO_LINT" .
|
||||
npx awesome-lint
|
||||
|
||||
@@ -68,6 +68,18 @@
|
||||
<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>
|
||||
<hr>
|
||||
<br>
|
||||
@@ -799,7 +811,7 @@
|
||||
- [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)
|
||||
- [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)
|
||||
- [Data Visualization](https://github.com/javierluraschi/awesome-dataviz#readme)
|
||||
- [Microservices](https://github.com/mfornos/awesome-microservices#readme)
|
||||
|
||||
Reference in New Issue
Block a user