Skip to content

Commit 4b8a68e

Browse files
committed
workflow test
1 parent 4b0afa0 commit 4b8a68e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/test.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Test
2+
on: [push]
3+
jobs:
4+
test:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- name: Install Prerequisits
8+
run: |
9+
sudo apt-get update
10+
sudo apt-get install -y asciidoc
11+
- name: Checkout
12+
uses: actions/checkout@v4
13+
- name: Test
14+
run: |
15+
make test

0 commit comments

Comments
 (0)