File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : BadgeSort
2+
3+ on :
4+ push :
5+ branches : [main]
6+ workflow_dispatch :
7+
8+ concurrency :
9+ group : ${{ github.workflow }}-${{ github.ref }}
10+ cancel-in-progress : true
11+
12+ jobs :
13+ badgesort :
14+ name : BadgeSort
15+ runs-on : ubuntu-latest
16+ permissions :
17+ contents : write
18+ steps :
19+ - uses : actions/checkout@v6
20+
21+ - name : Generate badges
22+ uses : docker://ghcr.io/chipwolf/badgesort:latest
23+ with :
24+ slugs : >-
25+ bitwarden
26+ docker
27+ git
28+ githubactions
29+ homebrew
30+ linux
31+ macos
32+ neovim
33+ python
34+ tmux
35+ wezterm
36+ zsh
37+ style : for-the-badge
38+ sort : hilbert
39+ format : markdown
40+ output : README.md
41+
42+ - name : Commit badge updates
43+ uses : stefanzweifel/git-auto-commit-action@v7.1.0
44+ with :
45+ commit_message : " chore: update badges"
46+ file_pattern : README.md
Original file line number Diff line number Diff line change 33
44[ ![ SLSA 3] ( https://slsa.dev/images/gh-badge-level3.svg )] ( https://slsa.dev )
55
6+ <!-- start chipwolf/badgesort default -->
7+ <!-- end chipwolf/badgesort default -->
8+
69Configuration files for backup/sync between systems.
710
811## Install
You can’t perform that action at this time.
0 commit comments