Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into dev/duhowett/eyebeam
Browse files Browse the repository at this point in the history
  • Loading branch information
DHowett committed Mar 25, 2020
2 parents 6db3c8f + 0461a2a commit 698bca2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Spell checking
on:
push:
branches:
- "*"
tags-ignore:
- "*"
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '15 * * * *'
Expand Down

1 comment on commit 698bca2

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

New misspellings found, please review:

  • IBeam
To accept these changes, run the following commands
(
echo "
IBeam
"
) | sort -u -f | perl -ne 'next unless /./; print' > new_whitelist.txt && mv new_whitelist.txt '.github/actions/spell-check/whitelist/698bca2a491a9fe349e5a65ecfd0e579183d9ed2.txt'

Please sign in to comment.