Skip to content

Commit

Permalink
ci: fix cspell
Browse files Browse the repository at this point in the history
  • Loading branch information
rndquu committed May 20, 2024
1 parent 51cdbc4 commit 5fa5065
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cspell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

# needed to use yarn v4
- name: Enable corepack
run: corepack enable

- name: Set up Node.js
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 5fa5065

Please sign in to comment.