This repository was archived by the owner on Jul 28, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 905
feat: sort profiles with gh-action and script #782
Merged
Merged
Changes from 6 commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
0014625
feat: sort automation
kkrishguptaa 7abb624
feat(sort): github action
kkrishguptaa f3b1293
style(data): sort alphabetically
c115378
chore(data): format file
kkrishguptaa d5a89f2
style(data): sort alphabetically
3ff0597
fix: prettify code
kkrishguptaa 549b703
feat: remove prettify
kkrishguptaa f729215
Merge branch 'main' of github.com:krishguptadev/awesome-github-profil…
kkrishguptaa f544245
Update sort.yml
kkrishguptaa b6d09d3
Update sort.yml
kkrishguptaa bc9130f
ci: fix issues
kkrishguptaa ad6b603
Merge branch 'main' into main
kkrishguptaa f2c7a3c
Update sort.yml
kkrishguptaa e37791b
feat: auto commit action
kkrishguptaa 17c48a5
style(data): sort alphabetically
a782184
fix: unformatted files
kkrishguptaa fe53cbc
fix: unformatted files
kkrishguptaa f51182b
style: format files
kkrishguptaa 4433b8d
fix: errors in json
kkrishguptaa 1d7c953
Merge branch 'main' into main
kkrishguptaa 9b765ef
fix: script doesn't run
kkrishguptaa c461bba
fix: install deps
kkrishguptaa b5813e3
Apply suggestions from code review
kkrishguptaa e97e6ad
style(data): sort alphabetically
66929bc
Merge branch 'main' into main
kkrishguptaa 41f8b0e
chore: delete data.json
kkrishguptaa f4d797f
feat: autogenerate data.json
kkrishguptaa 135ca73
feat: use autogenerate
kkrishguptaa a76db3b
feat: update license
kkrishguptaa 96ce340
chore(profile-addition): migration from data.json
kkrishguptaa 2a210c3
Merge branch 'main' into main
kkrishguptaa bff2a23
Delete sort.yml
kkrishguptaa 8d10293
Update generate.js
kkrishguptaa 5556282
Merge branch
kkrishguptaa 955cb60
Merge into main
kkrishguptaa 182fc95
Merge branch
kkrishguptaa ba3c9c4
Merrge branch
kkrishguptaa 9b189f4
Merge branch
kkrishguptaa 9c3fc8b
Merge branch 'main' into main
kkrishguptaa 05f1ac2
Updating the `profiles.md` file
github-actions[bot] 12baf68
fix: issues in cayman theme
kkrishguptaa ab3dcc2
Merge branch 'main' into main
kkrishguptaa File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| on: [push] | ||
|
|
||
| jobs: | ||
| sort: | ||
| runs-on: ubuntu-latest | ||
| name: Sort Data | ||
| steps: | ||
| - uses: actions/checkout@v2 | ||
| - uses: actions/setup-node@v2 | ||
| with: | ||
| node-version: '14' | ||
| - name: Sort Usernames Alphabetically | ||
| run: | | ||
| npm ci | ||
| node scripts/sort.js | ||
| - uses: stefanzweifel/git-auto-commit-action@v4 | ||
| with: | ||
| commit_message: 'style(data): sort alphabetically' | ||
|
|
||
| - name: Prettify code | ||
| uses: creyD/prettier_action@v3.1 | ||
| with: | ||
| only_changed: True= | ||
| dry: True | ||
| prettier_options: --write **/*.{md,json,yml,yaml} | ||
| env: | ||
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.