From: Peter van Dijk Date: Wed, 27 May 2020 13:55:04 +0000 (+0200) Subject: remove spelling cron; limit spelling to docs X-Git-Tag: dnsdist-1.5.0-rc3~36^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eed34fdb6404767dffda897ecb64f4850b30607d;p=thirdparty%2Fpdns.git remove spelling cron; limit spelling to docs --- diff --git a/.github/actions/spell-check/only.txt b/.github/actions/spell-check/only.txt new file mode 100644 index 0000000000..b8e3d5334e --- /dev/null +++ b/.github/actions/spell-check/only.txt @@ -0,0 +1,2 @@ +/docs/ +^docs/ diff --git a/.github/workflows/spelling.yml b/.github/workflows/spelling.yml index abc15f2395..d4b02bc24d 100644 --- a/.github/workflows/spelling.yml +++ b/.github/workflows/spelling.yml @@ -5,9 +5,6 @@ on: - "**" tags-ignore: - "**" - schedule: - # * is a special character in YAML so you have to quote this string - - cron: '15 * * * *' jobs: build: