This repository has been archived by the owner on Jan 31, 2024. It is now read-only.
fix(stopTimeout): adding in stop timeout options #5180
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: Run verified commits check | |
on: push | |
jobs: | |
verified_commit_check: | |
name: Check for unverified commits | |
runs-on: ubuntu-latest | |
steps: | |
- uses: nadock/verified_commits_check@f9b330e987c2e7121dfc0230e65cb5751ee5fac9 # renovate: tag=v1 |