Skip to content

Merge pull request #1514 from Anmol-Baranwal/fix_terminal_warnings #9

Merge pull request #1514 from Anmol-Baranwal/fix_terminal_warnings

Merge pull request #1514 from Anmol-Baranwal/fix_terminal_warnings #9

Workflow file for this run

name: Spellcheck
on:
push:
branches:
- main # Adjust this branch name if needed
pull_request:
types:
- opened
- synchronize
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install codespell
run: pip install codespell
- name: Run spellcheck
run: codespell --quiet-level=2 --check-filenames -- ./**/*.json