Skip to content

Commit

Permalink
add build github action
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoBrigitte committed Jan 22, 2025
1 parent 3d6aa27 commit df34058
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: build

on: push

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm clean-install
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
<img src="assets/changelog.svg" alt="changelog" height="100px">
</p>

<p align="center">
<a href="https://github.com/TheoBrigitte/changelog-parser/releases"><img src="https://img.shields.io/github/release/TheoBrigitte/changelog-parser.svg" alt="Github release"></a>
<a href="https://github.com/TheoBrigitte/changelog-parser/actions/workflows/build.yaml"><img src="https://github.com/TheoBrigitte/changelog-parser/actions/workflows/build.yaml/badge.svg" alt="Github action"></a>
</p>

# changelog parser

A command-line tool to easily manage and manipulate changelog files, ensuring consistency with the [keep a changelog](https://keepachangelog.com) format.
Expand Down

0 comments on commit df34058

Please sign in to comment.