chore: add link to SSM repo in main readme and remove deprecated systems-manager content #383
Workflow file for this run
This file contains hidden or 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
# From https://github.com/marketplace/actions/check-spelling-js-vue-html-markdown-text | |
name: Check Spelling | |
on: | |
pull_request: | |
paths: | |
# - '**.js' | |
# - '**.vue' | |
- '**.txt' | |
- '**.html' | |
- '**.md' | |
jobs: | |
spelling: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Check Spelling | |
uses: SFLScientific/spellcheck-github-actions@master |