Skip to content

[Hack Update] 039-AKS updates to challenges 0-2 #75

[Hack Update] 039-AKS updates to challenges 0-2

[Hack Update] 039-AKS updates to challenges 0-2 #75

name: Spell Check
on:
pull_request:
types:
- opened
- synchronize
branches: [master]
paths:
- "**.md"
jobs:
spell-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@54479c37f5eb47a43e595c6b71e1df2c112ce7f1
with:
files: |
**/*.md
- uses: ./.github/actions/spell-check
name: WTH Spell Check
with:
spell_check_yaml_path: .github/workflows/spell-check/spellcheck.yml
markdown_base_path: .
changed_files: ${{ steps.changed-files.outputs.all_changed_files }}