Skip to content

Commit

Permalink
ignore uri in codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
chipitsine committed Dec 11, 2022
1 parent 6517813 commit 5e2fd69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Spelling Check

on:
schedule:
- cron: "0 0 * * 2"
push:

permissions:
contents: read
Expand All @@ -17,3 +16,4 @@ jobs:
with:
skip: CHANGELOG,Makefile,*.fig,*.pem
ignore_words_list: ist,ists,hist,wan,ca,cas,que,ans,te,nd,referer,ot,uint,iif,fo,keep-alives,dosen,ifset,thrid,strack,ba,chck,hel,unx,mor
uri_ignore_words_list: "*"

0 comments on commit 5e2fd69

Please sign in to comment.