build(deps): bump actions/checkout from 4 to 5 #13
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This file is automatically generated by iconset script. | |
# | |
# DO NOT MODIFY it manually. | |
name: Icon EmacsIcon8 | |
on: | |
push: | |
branches: | |
- master | |
paths: | |
- "icons/EmacsIcon8.icns" | |
- ".github/workflows/icon-EmacsIcon8.yml" | |
pull_request: | |
paths: | |
- "icons/EmacsIcon8.icns" | |
- ".github/workflows/icon-EmacsIcon8.yml" | |
jobs: | |
build: | |
runs-on: macos-13 | |
env: | |
HOMEBREW_GITHUB_REF: ${{ github.head_ref || github.ref }} | |
HOMEBREW_GITHUB_REPOSITORY: ${{ github.repository }} | |
HOMEBREW_GITHUB_ACTOR: ${{ github.actor }} | |
steps: | |
- uses: actions/checkout@v5 | |
- name: Build emacs-plus with EmacsIcon8 icon | |
run: brew install Aliases/$(readlink Aliases/emacs-plus) --with-EmacsIcon8-icon | |
- name: Test installation | |
run: $(brew --prefix)/bin/emacs --batch --eval='(print (+ 2 2))' |