Skip to content

Commit bd66cba

Browse files
authored
Merge branch 'main' into fd-patch-2
2 parents 87f2749 + 039ede0 commit bd66cba

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/ci.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: CI
2+
3+
on:
4+
push:
5+
merge_group:
6+
7+
jobs:
8+
build:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v4
12+
- name: Run a one-line script
13+
run: |
14+
echo Hello, world!
15+
sleep 90

0 commit comments

Comments
 (0)