Skip to content

Commit

Permalink
Unit tests + version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
thecarlo committed Dec 28, 2023
1 parent 5e79b27 commit b513f52
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,18 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Install dependencies
run: npm install

- name: Prettier
run: npm run prettier

- name: Lint
run: npm run lint

- name: Build
run: npm run build

- name: Test
run: npm test
6 changes: 6 additions & 0 deletions .github/workflows/publish-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
- name: Build
run: npm run build

- name: Prettier
run: npm run prettier

- name: Lint
run: npm run lint

- name: Publish to npm
run: npm publish
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@humankode/git-commit-emojify",
"version": "0.0.12",
"version": "0.0.13",
"private": false,
"description": "A script for the prepare-commit-msg git hook that automatically emojifies git messages",
"repository": "github:thecarlo/git-commit-emojify",
Expand Down

0 comments on commit b513f52

Please sign in to comment.