Merge pull request #17 from redhat-cop/renovate/actions-checkout-digest #36
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
name: Run homebrew install | |
on: [push, pull_request] | |
jobs: | |
conftest: | |
runs-on: macos-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 | |
- name: Install jcliff | |
run: | | |
brew tap ${{ github.repository }} | |
brew install ${{ github.repository }}/jcliff |