- added notes to Contributing.md
about fledge
#638
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
--- | |
name: Spellcheck | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
branches: | |
- main | |
jobs: | |
check: | |
runs-on: ubuntu-latest | |
name: Spellcheck | |
container: | |
image: rocker/tidyverse:4.1.2 | |
steps: | |
- name: Checkout repo | |
uses: actions/checkout@v3 | |
- name: Run Spelling Check test | |
uses: insightsengineering/[email protected] |