ci(policy): fix paths #2
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: Verify Commits | |
# yamllint disable-line rule:line-length | |
# gh act -s GITHUB_TOKEN="$(gh auth token)" -P ubuntu-latest=ubuntu:22-04 --job test -W .github/workflows/ci.yml | |
on: | |
push: | |
branches: | |
- 'main' | |
- 'main_*' | |
pull_request: | |
branches: | |
- 'main' | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
with: | |
fetch-depth: 0 | |
- name: Verify Commit Signatures | |
uses: publicdomainrelay/verify-mod-owner@main | |
with: | |
# https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/accessing-contextual-information-about-workflow-runs | |
base_branch: '${{ github.base_ref }}' | |
file_path: '.tools/open-architecture/governance/' | |
# TODO Glob from directory | |
public_key_files: | | |
.tools/open-architecture/governance/maintainers/keys/FD6DC6E941D5AB1D1F746798D98E8F4DB6F8110A.pgp |