This repository has been archived by the owner on Jan 3, 2024. It is now read-only.
Update Pre Commit Hooks #465
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 Checklist" | |
on: | |
pull_request: | |
types: | |
- edited | |
- opened | |
- reopened | |
jobs: | |
pr_checklist: | |
runs-on: ubuntu-latest | |
name: Verify | |
steps: | |
- name: Sleep for 30 seconds | |
run: sleep 30s | |
shell: bash | |
- name: Action | |
id: checklist | |
uses: ceph/ceph-pr-checklist-action@32e92d1a2a7c9991ed51de5fccb2296551373d60 |