Skip to content

Commit

Permalink
second attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
amaiaita committed Feb 29, 2024
1 parent ead14f8 commit 6a96b23
Showing 1 changed file with 10 additions and 22 deletions.
32 changes: 10 additions & 22 deletions .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,14 @@
name: Spellcheck Action
on: push
name: spellcheck

on:
push:

jobs:
build:
name: Spellcheck
spellcheck:
name: runner / spellcheck
runs-on: ubuntu-latest
steps:
# The checkout step
- uses: actions/checkout@v3
- uses: rojopolis/[email protected]
name: Spellcheck
sources:
- '**/*.md'
aspell:
lang: en
dictionary:
encoding: utf-8
pipeline:
- pyspelling.filters.markdown:
- pyspelling.filters.html:
comments: false
ignores:
- code
- pre
default_encoding: utf-8
- name: Check out code.
uses: actions/checkout@v2
- name: Run PySpelling as a GitHub action
uses: sbates130272/[email protected]

0 comments on commit 6a96b23

Please sign in to comment.