Skip to content

Commit

Permalink
use repo reference
Browse files Browse the repository at this point in the history
  • Loading branch information
nthurow committed Feb 9, 2024
1 parent 79a259b commit d2d70e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
quality_checks:
uses: ./.github/workflows/quality-checks.yml
uses: Optum/react-hooks/.github/workflows/quality-checks.yml@add_quality_checks

publish:
runs-on: ubuntu-latest
Expand All @@ -18,7 +18,7 @@ jobs:
exit 1
- name: Setup
- uses: ./.github/actions/setup
- 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: ./.github/actions/setup
- 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: ./.github/actions/setup
- uses: Optum/react-hooks/.github/actions/setup@add_quality_checks

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

0 comments on commit d2d70e4

Please sign in to comment.