Skip to content

Commit 9d7c1bd

Browse files
committed
feat: add BadgeSort workflow and README markers
1 parent 36f48b7 commit 9d7c1bd

2 files changed

Lines changed: 49 additions & 0 deletions

File tree

.github/workflows/badgesort.yml

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
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

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ Dotfiles
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+
69
Configuration files for backup/sync between systems.
710

811
## Install

0 commit comments

Comments
 (0)