Skip to content

Commit c42a342

Browse files
committed
Fix CI workflow YAML syntax
1 parent 98ac692 commit c42a342

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
name: CI
22

3-
on:
3+
on:
44
push:
55
workflow_dispatch:
66

77
jobs:
88
build:
9-
runs-on: ubuntu-latest
10-
steps:
11-
-name: Checkout repository
12-
uses: actions/checkout@v3
13-
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Checkout repository
12+
uses: actions/checkout@v3
1413

15-
-name: Print greeting
16-
run: echo "Hello from learning-platform CI!""
14+
- name: Print greeting
15+
run: echo "Hello from learning-platform CI!"

0 commit comments

Comments
 (0)