Note specific multi-cluster differences between k3d and other clouds #905
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 are signed | |
on: [pull_request, pull_request_target] | |
jobs: | |
check-signed-commits: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out the repository code | |
uses: actions/[email protected] | |
- name: Check if the commits are signed | |
uses: 1Password/check-signed-commits-action@v1 |