Skip to content

Commit

Permalink
try out GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent committed Jan 26, 2024
1 parent bf822ae commit ca16bb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dtslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- uses: actions/checkout@v3
- name: Checkout and install dependencies steps
uses: ./.github/workflows/checkoutAndInstallLibs.steps.yml

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/expectHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- uses: actions/checkout@v3
- name: Checkout and install dependencies steps
uses: ./.github/workflows/checkoutAndInstallLibs.steps.yml

Expand Down

0 comments on commit ca16bb7

Please sign in to comment.