Skip to content

feat(test): add magit tests #41

feat(test): add magit tests

feat(test): add magit tests #41

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