diff --git a/.github/workflows/lint-readme.yml b/.github/workflows/lint-readme.yml index 03cb31c..38e37b6 100644 --- a/.github/workflows/lint-readme.yml +++ b/.github/workflows/lint-readme.yml @@ -70,7 +70,7 @@ jobs: - name: Process Lint Results id: process-results run: | - echo "## 📋 README Lint Results" > comment.md + echo "## 📋 Lint Results" > comment.md echo "" >> comment.md # Function to process lint results @@ -90,8 +90,8 @@ jobs: } # Process both README results - process_lint_results "⚡ gh-cli/README.md" "./lint-results/gh-cli-readme-lint-results/gh-cli-readme-lint-results.txt" - process_lint_results "🔧 scripts/README.md" "./lint-results/scripts-readme-lint-results/scripts-readme-lint-results.txt" + process_lint_results "⚡ ./gh-cli scripts" "./lint-results/gh-cli-readme-lint-results/gh-cli-readme-lint-results.txt" + process_lint_results "🔧 ./scripts scripts" "./lint-results/scripts-readme-lint-results/scripts-readme-lint-results.txt" echo "---" >> comment.md echo "*Lint results updated at $(date)*" >> comment.md diff --git a/README.md b/README.md index b5c8119..10e07f7 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,27 @@ # github-misc-scripts +[![./gh-cli scripts](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/joshjohanning/badges/main/github-misc-scripts/gh-cli-count.json)][gh-cli] +[![./scripts scripts](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/joshjohanning/badges/main/github-misc-scripts/scripts-count.json)][scripts] +[![linting workflow](https://img.shields.io/github/actions/workflow/status/joshjohanning/github-misc-scripts/lint-readme.yml?logo=github&label=linting%20workflow&color=brightgreen&labelColor=gray)][ci] +[![stars](https://img.shields.io/github/stars/joshjohanning/github-misc-scripts?style=flat&logo=github&color=yellow&label=stars%20★)][stars] + Miscellaneous GitHub scripts, `gh` commands, API calls, GraphQL queries, etc. for power user automation. See the folder categories: -- [api](/api/README.md) *direct API calls using `curl`* -- **[gh-cli](/gh-cli/README.md)** 🚀 ✨ ⬅️ *most updated and comprehensive scripts using `gh`, `gh api`, and `gh api graphql`!* -- [git](/git/README.md) *Git-related scripts/commands* -- [graphql](/graphql/README.md) *GraphQL queries using `curl`* -- [scripts](/scripts/README.md) *standalone scripts and specialized tools* +- [api](/api) *direct API calls using `curl`* +- **[gh-cli](/gh-cli)** 🚀 ✨ ⬅️ *most updated and comprehensive scripts using `gh`, `gh api`, and `gh api graphql`!* +- [git](/git) *Git-related scripts/commands* +- [graphql](/graphql) *GraphQL queries using `curl`* +- [scripts](/scripts) *standalone scripts and specialized tools* > [!TIP] > The **[gh-cli](/gh-cli/README.md)** folder is the most maintained; I've started adding both API and GraphQL queries in there using `gh api` and `gh api graphql` commands. > [!IMPORTANT] > Your script contribution is welcome! ⭐️ Please see the **[CONTRIBUTING.md](CONTRIBUTING.md)** file for more details. + +[gh-cli]: https://github.com/joshjohanning/github-misc-scripts/tree/main/gh-cli#readme +[scripts]: https://github.com/joshjohanning/github-misc-scripts/tree/main/scripts#readme +[ci]: https://github.com/joshjohanning/github-misc-scripts/actions/workflows/lint-readme.yml +[stars]: https://github.com/joshjohanning/github-misc-scripts/stargazers