Skip to content

Commit e0138ce

Browse files
committed
Add workflow
1 parent 559bb66 commit e0138ce

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/test.yml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Interesting Test
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- master_clone
7+
8+
permissions:
9+
contents: read
10+
11+
jobs:
12+
test:
13+
name: Run tests
14+
runs-on: ubuntu-latest
15+
permissions:
16+
contents: read
17+
steps:
18+
- name: Run test
19+
uses: exit 0

0 commit comments

Comments
 (0)