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 5757^\.github/actions/spelling/
5858^\Q.github/workflows/spelling.yml\E$
5959# Custom
60- (?:^|/)Languages/(?!en.xaml)
60+ (?:^|/)Languages/(?!en\ .xaml)
6161Scripts/
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
6666.editorconfig
6767ignore$
6868\.ps1$
Original file line number Diff line number Diff line change 5757dpi
5858popup
5959ptr
60- pluginindicator
60+ pluginindicator
61+ TobiasSekan
62+ Img
63+ img
64+ resx
Original file line number Diff line number Diff line change 111111
112112# html tag
113113<\w+[^>]*>
114+ </\w+[^>]*>
114115
115116#http/https
116117(?:\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:
6565 outputs :
6666 followup : ${{ steps.spelling.outputs.followup }}
6767 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'
6969 concurrency :
7070 group : spelling-${{ github.event.pull_request.number || github.ref }}
7171 # 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
7373 steps :
7474 - name : check-spelling
7575 id : spelling
You can’t perform that action at this time.
0 commit comments