Skip to content

Commit abdd854

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 abdd854

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/parse-changelog.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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: actions/checkout@v2
12+
- uses: cucumber/[email protected]
13+
id: changelog
14+
with:
15+
args: latest
16+
- run: echo ${{ steps.changelog.outputs.result }}

0 commit comments

Comments
 (0)