File tree Expand file tree Collapse file tree 4 files changed +13
-8
lines changed Expand file tree Collapse file tree 4 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 57
57
^\.github/actions/spelling/
58
58
^\Q.github/workflows/spelling.yml\E$
59
59
# Custom
60
- (?:^|/)Languages/(?!en.xaml)
60
+ (?:^|/)Languages/(?!en\ .xaml)
61
61
Scripts/
62
- Plugins/Flow.Launcher.Plugin.WindowsSettings/Properties/
63
- Plugins /Flow.Launcher.Plugin.WindowsSettings/WindowsSettings.json
64
- Plugins /Flow.Launcher.Plugin.WebSearch/setting.json
65
- (?:^|/)FodyWeavers.xml
62
+ \.resx$
63
+ ^\QPlugins /Flow.Launcher.Plugin.WindowsSettings/WindowsSettings.json\E$
64
+ ^\QPlugins /Flow.Launcher.Plugin.WebSearch/setting.json\E$
65
+ (?:^|/)FodyWeavers\ .xml
66
66
.editorconfig
67
67
ignore$
68
68
\.ps1$
Original file line number Diff line number Diff line change 57
57
dpi
58
58
popup
59
59
ptr
60
- pluginindicator
60
+ pluginindicator
61
+ TobiasSekan
62
+ Img
63
+ img
64
+ resx
Original file line number Diff line number Diff line change 111
111
112
112
# html tag
113
113
<\w+[^>]*>
114
+ </\w+[^>]*>
114
115
115
116
#http/https
116
117
(?:\b(?:https?|ftp|file)://)[-A-Za-z0-9+&@#/%?=~_|!:,.;]+[-A-Za-z0-9+&@#/%=~_|]
Original file line number Diff line number Diff line change @@ -65,11 +65,11 @@ jobs:
65
65
outputs :
66
66
followup : ${{ steps.spelling.outputs.followup }}
67
67
runs-on : ubuntu-latest
68
- if : " contains(github.event_name, 'pull_request') || github.event_name == 'push'"
68
+ if : ( contains(github.event_name, 'pull_request') && github.head_ref != 'l10n_dev') || github.event_name == 'push'
69
69
concurrency :
70
70
group : spelling-${{ github.event.pull_request.number || github.ref }}
71
71
# note: If you use only_check_changed_files, you do not want cancel-in-progress
72
- cancel-in-progress : true
72
+ cancel-in-progress : false
73
73
steps :
74
74
- name : check-spelling
75
75
id : spelling
You can’t perform that action at this time.
0 commit comments