Skip to content

Commit 633d5bd

Browse files
Add a simple test (#6)
* Create test.yml * Add missing checkout * Change to run only on main branch push
1 parent d05e8ba commit 633d5bd

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/test.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Test jelly-rdf/setup-cli action
2+
3+
on:
4+
push:
5+
branches: [ "main" ]
6+
pull_request:
7+
branches: [ "main" ]
8+
workflow_dispatch:
9+
10+
jobs:
11+
test:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- name: Checkout
15+
uses: actions/checkout@v4
16+
- name: Run action
17+
uses: ./
18+
- name: Run jelly-cli version
19+
run: jelly-cli version

0 commit comments

Comments
 (0)