Skip to content

tests: add a timeout before gathering the targetTime in volumeSnapsho… #623

tests: add a timeout before gathering the targetTime in volumeSnapsho…

tests: add a timeout before gathering the targetTime in volumeSnapsho… #623

Workflow file for this run

name: spellcheck-woke
on:
push:
workflow_dispatch:
jobs:
# Check code for non-inclusive language
woke:
name: Run woke
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: woke
uses: get-woke/woke-action@v0
with:
# Cause the check to fail on any broke rules
fail-on-error: true
# Enforce en-us spell check
spellcheck:
name: Run spellcheck
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Spellcheck
uses: rojopolis/[email protected]