Skip to content

Commit 247415d

Browse files
committed
Start a test workflow
1 parent 13d249e commit 247415d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/test.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: "Test"
2+
3+
on:
4+
pull_request:
5+
6+
defaults:
7+
run:
8+
shell: "bash"
9+
10+
jobs:
11+
test:
12+
name: "Test"
13+
runs-on: "ubuntu-latest"
14+
steps:
15+
- name: "Checkout the source code"
16+
uses: "actions/checkout@v4"

0 commit comments

Comments
 (0)