Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hanakla committed Sep 11, 2024
1 parent ac144b0 commit 98b8dc2
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/actions/building/action.yml
Original file line number Diff line number Diff line change
@@ -4,9 +4,9 @@ description: Build all packages
runs:
using: composite
steps:
- name: Build (harnica-midi)
- name: Build (harnica-lib)
shell: bash
working-directory: ./pkgs/harnica-midi
working-directory: ./pkgs/harnica-lib
run: |
pwd
yarn build
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -39,10 +39,10 @@ jobs:

- uses: ./.github/actions/building

- name: Testing harnica-midi
- name: Testing harnica-lib
continue-on-error: true
run: |
cd pkgs/harnica-midi
cd pkgs/harnica-lib
yarn test
bundle-size:
2 changes: 1 addition & 1 deletion pkgs/harnica-lib/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Harnica

`Harnica` is a TypeScript implementation of music theory (hype)
`Harnica` is a TypeScript implementation of music theory (hype)
It can be parsing / building chord note and suggesting next/related chord.

## API Summary

0 comments on commit 98b8dc2

Please sign in to comment.