fix: Google Cloud prerequisites #250
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: Validate if commits in PR are signed | |
on: pull_request | |
jobs: | |
signed-commits-check: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out code | |
uses: actions/[email protected] | |
- name: Check signed commits in PR | |
uses: 1Password/check-signed-commits-action@v1 |