Bump tim-actions/get-pr-commits from 1.3.0 to 1.3.1 #411
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: Generate Mixin | |
on: | |
push: | |
branches: | |
- "mixin*" | |
pull_request: | |
branches: | |
- "mixin*" | |
jobs: | |
generate: | |
name: Generate Mixin | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
ref: mixin | |
- uses: Homebrew/actions/setup-homebrew@master | |
- name: Install jsonnet, jsonnet-bundler & promtool | |
run: | | |
brew install jsonnet jsonnet-bundler prometheus | |
- name: Run jsonnet-bundler | |
run: | | |
jb install | |
- name: Run Make | |
run: | | |
./make clean & make |