Skip to content

Commit 2e5d7a7

Browse files
authored
ci: hello world
1 parent 8ab2075 commit 2e5d7a7

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/myaction.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: Hello-World
22

33
on:
44
push:
@@ -7,11 +7,10 @@ on:
77
branches: [main]
88

99
jobs:
10-
build:
10+
hello-world-job:
11+
1112
runs-on: ubuntu-latest
13+
1214
steps:
13-
- uses: actions/checkout@v1
14-
- name: install g++
15-
run: sudo apt install -y g++
16-
- name: check build
17-
run: source ./compile.sh
15+
- name: Hello World
16+
run: echo 'Hello World'

0 commit comments

Comments
 (0)