Skip to content

When the submit command fails, log the batch script at DEBUG level to #195

When the submit command fails, log the batch script at DEBUG level to

When the submit command fails, log the batch script at DEBUG level to #195

Workflow file for this run

---
name: Codespell
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: codespell-project/actions-codespell@master