Skip to content

Commit 1b7b78a

Browse files
authored
Merge pull request #14 from rubenesp87/add-action
Add github action
2 parents dc5b714 + 718afd6 commit 1b7b78a

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/test.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Test action
2+
on:
3+
workflow_dispatch:
4+
push:
5+
branches:
6+
- master
7+
8+
jobs:
9+
test:
10+
name: Test SemVer validation
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: Checkout
14+
uses: actions/checkout@v3
15+
16+
- name: Test action
17+
uses: rubenesp87/semver-validation-action@master
18+
with:
19+
version: '0.7.9-beta.1'

0 commit comments

Comments
 (0)