Skip to content

Commit 2b28371

Browse files
committed
Test parsing changelog in CI.
This is only neccesary to test this piece of infrastructure and should be reverted before the PR is merged.
1 parent 8367fb9 commit 2b28371

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/parse-changelog.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Parse changelog
2+
3+
on:
4+
push:
5+
6+
jobs:
7+
changelog:
8+
name: "Changelog"
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: cucumber/[email protected]
12+
with:
13+
args: latest

0 commit comments

Comments
 (0)