Skip to content

Commit c630261

Browse files
committed
Fix syntax
1 parent 2595f1c commit c630261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/developer_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
image: fr-qafactorydev.europe.altair.com/common-linux64
2424

2525
steps:
26-
- echo "Salut !!"
26+
- run: echo "Salut !!"
2727
# - uses: actions/checkout@v4
2828
# - name: Detect workflow changes
2929
# run: |

0 commit comments

Comments
 (0)