Skip to content

feat: clean up repo ready to add well known data node information #8

feat: clean up repo ready to add well known data node information

feat: clean up repo ready to add well known data node information #8

Workflow file for this run

---
name: "Quality checks"
"on":
pull_request:
branches:
- main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
spellcheck:
name: "Spellcheck"
runs-on: ubuntu-latest
steps:
- name: "Check out"
uses: actions/[email protected]
- name: "Run PySpelling"
uses: rojopolis/[email protected]
with:
task_name: Markdown
markdownlint:
name: "Markdownlint"
runs-on: ubuntu-latest
steps:
- name: "Check out"
uses: actions/[email protected]
- name: "Run Markdownlint"
uses: nosborn/[email protected]
with:
files: .
config_file: .github/workflows/config/markdownlint.json
ignore_path: .github/workflows/config/markdownlintignore