We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8131b2 commit 1dcc391Copy full SHA for 1dcc391
alchemy.yml
@@ -33,20 +33,20 @@ lint:
33
keep_multiple_spaces_after_comma: true
34
blank_line_before_statement:
35
statements:
36
+ - try
37
- break
- - continue
38
- - declare
39
- - return
40
- throw
41
- - try
+ - return
+ - declare
+ - continue
42
43
actions:
44
run:
45
- lint
46
- tests
47
os:
48
- - ubuntu-latest
49
- macos-latest
+ - ubuntu-latest
50
- windows-latest
51
php:
52
extensions: json, zip
0 commit comments