Skip to content

tweak(docs): README.md: subtitle wording #38

tweak(docs): README.md: subtitle wording

tweak(docs): README.md: subtitle wording #38

Workflow file for this run

name: ci
on:
push:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/[email protected]
- uses: DeterminateSystems/nix-installer-action@v11
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Build package
run: nix build -L
- name: Release
uses: softprops/[email protected]
if: startsWith(github.ref, 'refs/tags/')
with:
files: result/share/emacs/site-lisp/magit-file-icons.el
generate_release_notes: true