Skip to content

Commit

Permalink
fix hyphens
Browse files Browse the repository at this point in the history
  • Loading branch information
nthurow committed Feb 9, 2024
1 parent d2d70e4 commit 797820c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
exit 1
- name: Setup
- uses: Optum/react-hooks/.github/actions/setup@add_quality_checks
uses: Optum/react-hooks/.github/actions/setup@add_quality_checks

- name: Publish
run: echo Publishing...
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/quality-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup
- uses: Optum/react-hooks/.github/actions/setup@add_quality_checks
uses: Optum/react-hooks/.github/actions/setup@add_quality_checks

- name: Run TypeScript Build
run: yarn build
Expand All @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup
- uses: Optum/react-hooks/.github/actions/setup@add_quality_checks
uses: Optum/react-hooks/.github/actions/setup@add_quality_checks

- name: Run Unit Tests
run: yarn jest
Expand Down

0 comments on commit 797820c

Please sign in to comment.