build(deps): bump actions/checkout from 3 to 4 #3
Workflow file for this run
This file contains 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 elrumo2 | |
on: | |
push: | |
branches: | |
- master | |
paths: | |
- "icons/elrumo2.icns" | |
- ".github/workflows/icon-elrumo2.yml" | |
pull_request: | |
paths: | |
- "icons/elrumo2.icns" | |
- ".github/workflows/icon-elrumo2.yml" | |
jobs: | |
build: | |
runs-on: macos-11 | |
env: | |
HOMEBREW_GITHUB_REF: ${{ github.head_ref || github.ref }} | |
HOMEBREW_GITHUB_REPOSITORY: ${{ github.repository }} | |
HOMEBREW_GITHUB_ACTOR: ${{ github.actor }} | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Build emacs-plus with elrumo2 icon | |
run: brew install Aliases/$(readlink Aliases/emacs-plus) --with-elrumo2-icon | |
- name: Test installation | |
run: $(brew --prefix)/bin/emacs --batch --eval='(print (+ 2 2))' |