-
Notifications
You must be signed in to change notification settings - Fork 2
50 lines (44 loc) · 1.15 KB
/
Copy pathbadgesort.yml
File metadata and controls
50 lines (44 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
name: BadgeSort
on:
push:
branches: [main]
workflow_dispatch:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
badgesort:
name: BadgeSort
runs-on: ubuntu-24.04
permissions:
contents: write
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Generate badges
# kics-scan ignore-line
uses: docker://ghcr.io/chipwolf/badgesort@sha256:a0b74fd865d8c93040f74c865272421e6ba4cdeb4b882990548f90e2debed04a
with:
slugs: >-
bitwarden
docker
git
githubactions
homebrew
linux
macos
neovim
python
tmux
wezterm
zsh
style: for-the-badge
sort: hilbert
format: markdown
output: README.md
- name: Commit badge updates
uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 # v7.1.0
with:
commit_message: "chore: update badges"
file_pattern: README.md