Skip to content

Commit

Permalink
feat: external
Browse files Browse the repository at this point in the history
  • Loading branch information
bojanrajh committed Oct 27, 2023
1 parent cc6fa9b commit baafdd5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/external-healthcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v2

- name: Prepare
uses: ./.github/actions/checkout-install
with:
apt: true

- name: Install dependencies
run: |
pnpm i @octokit/rest
Expand Down

0 comments on commit baafdd5

Please sign in to comment.