Issue 7189: generic restore - don't assume the first volume as the restore volume #7348
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
name: Pull Request Linter Check | |
on: [pull_request] | |
jobs: | |
build: | |
name: Run Linter Check | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out the code | |
uses: actions/checkout@v2 | |
- name: Linter check | |
run: make lint |