Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
amacneil committed Jan 29, 2025
1 parent 95bb7af commit d0f0980
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- run: which -a yarn
- run: corepack enable
- run: which -a yarn

- uses: actions/setup-node@v4
with:
Expand All @@ -33,6 +35,7 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

- run: which -a yarn
- run: yarn install --immutable
- run: yarn lint:ci
- run: yarn typecheck
Expand Down

0 comments on commit d0f0980

Please sign in to comment.