File tree 2 files changed +16
-0
lines changed
2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 12
12
- " 7.4"
13
13
- " 7.2"
14
14
15
+ env :
16
+ - TYPOS_VERSION="1.15.0"
17
+
15
18
jobs :
16
19
include :
17
20
- php : " 8.1"
25
28
install :
26
29
- " composer update --no-interaction --prefer-lowest"
27
30
- " composer update --no-interaction --with-all-dependencies szepeviktor/phpcs-psr-12-neutron-hybrid-ruleset 'php-stubs/wordpress-stubs:^6.1'"
31
+ - name : " Search for misspellings"
32
+ before_install : " skip"
33
+ install :
34
+ - |
35
+ mkdir -p "${HOME}/typos"
36
+ wget --progress=dot:mega --directory-prefix="${HOME}/typos" \
37
+ "https://github.com/crate-ci/typos/releases/download/v${TYPOS_VERSION}/typos-v${TYPOS_VERSION}-x86_64-unknown-linux-musl.tar.gz"
38
+ tar -xzvf "${HOME}/typos/typos-v${TYPOS_VERSION}-x86_64-unknown-linux-musl.tar.gz" -C "${HOME}/typos" ./typos
39
+ script :
40
+ - |
41
+ "${HOME}/typos/typos"
28
42
- name : " Check exported files"
29
43
php : " 7.4"
30
44
before_install : " skip"
Original file line number Diff line number Diff line change
1
+ [default .extend-words ]
2
+ invokable = " invokable"
You can’t perform that action at this time.
0 commit comments