Skip to content

Commit

Permalink
Install ipl-overlay-controls during CI to access its types
Browse files Browse the repository at this point in the history
  • Loading branch information
inkfarer committed Jul 19, 2024
1 parent 63c37d2 commit 04bf2eb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ jobs:
lint-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout ipl-overlay-controls
uses: actions/checkout@v2
with:
repository: 'inkfarer/ipl-overlay-controls'
token: ${{ secrets['GITHUB_TOKEN'] }}
ref: 'brackets'
fetch-depth: 0
path: ./ipl-overlay-controls

- name: Checkout this repository
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 04bf2eb

Please sign in to comment.