Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Include sample scan configuration with endpoint #181

Include sample scan configuration with endpoint

Include sample scan configuration with endpoint #181

Workflow file for this run

---
name: "Spellcheck"
on:
push:
branches:
- main
pull_request:
jobs:
check-spelling:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Check Spelling
uses: rojopolis/spellcheck-github-actions@0.23.0
with:
config_path: .spellcheck.yaml
task_name: Markdown