Complete overhaul of Org ReadMe file #12
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
# SPDX-License-Identifier: Apache-2.0 | |
name: Spellcheck | |
on: | |
pull_request: | |
branches: [main] | |
paths: | |
- '**.md' | |
permissions: | |
contents: read | |
jobs: | |
spellcheck: | |
name: Spellcheck (en_US) | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Code | |
uses: actions/checkout@v4 | |
- name: Spellcheck | |
uses: rojopolis/[email protected] |