Skip to content

Commit ca953e0

Browse files
Update code-style.yml
1 parent 49b6281 commit ca953e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: codestyle pint 8.2
3636

3737
- name: Normalize composer.json
38-
if: ${{ env.CAN_FIX == true }}
38+
if: ${{ env.CAN_FIX }} == true
3939
run: composer normalize
4040

4141
- name: Code-style

0 commit comments

Comments
 (0)