Skip to content

ci: let run the workflow to publish a new version of the docs manually #40

ci: let run the workflow to publish a new version of the docs manually

ci: let run the workflow to publish a new version of the docs manually #40

Workflow file for this run

name: Check signed commits
on: pull_request
jobs:
build:
name: Validate if commits in PR are signed
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Check signed commits in PR
uses: 1Password/check-signed-commits-action@v1