Skip to content

chore(agents): pull project-specific rules out of global memory #162

chore(agents): pull project-specific rules out of global memory

chore(agents): pull project-specific rules out of global memory #162

Workflow file for this run

---
name: BadgeSort
"on":
push:
branches: [main]
paths:
- "**/*.md"
- ".github/workflows/badgesort.yml"
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
with:
persist-credentials: false
- name: Generate badges
# kics-scan ignore-line
uses: docker://ghcr.io/chipwolf/badgesort@sha256:e0542e4e4e951923dc141b6fcc20cb5d805023cd7af7593254e843ece2af8f75
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