system/tenso: convert to new image value structure #17
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: Pear Reviewer | |
"on": | |
pull_request: | |
paths: | |
- 'system/tenso/**' | |
jobs: | |
review: | |
name: Review | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out base branch | |
uses: actions/checkout@v4 | |
with: | |
ref: ${{ github.event.pull_request.base.ref }} | |
- name: Check out PR | |
uses: actions/checkout@v4 | |
- name: Run Pear Reviewer | |
uses: sapcc/pear-reviewer@master |