Skip to content

Commit

Permalink
Update spellcheck.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aarz-snl authored Nov 27, 2023
1 parent c0d124d commit 433fb86
Showing 1 changed file with 7 additions and 17 deletions.
24 changes: 7 additions & 17 deletions .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,13 @@ name: Spellcheck Action
on: push

jobs:
spellcheck:
build:
name: Spellcheck
runs-on: ubuntu-latest
container:
image: python:3.9-slim

steps:
- uses: actions/checkout@v2

- name: Install dependencies
run: |
apt-get update
apt-get install -y aspell aspell-en
- name: Install pyspelling
run: pip install pyspelling

- name: Run pyspelling
run: pyspelling
continue-on-error: true
# The checkout step
- uses: actions/checkout@v3
- uses: rojopolis/[email protected]
name: Spellcheck
continue-on-error: true

0 comments on commit 433fb86

Please sign in to comment.