Skip to content

Commit

Permalink
fix: Download dependencies in GitHub Actions before linter
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanViknar committed May 5, 2024
1 parent 2c18daa commit 0abdd86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install dependencies
run: npm install
- name: XO Lint
run: npx xo

0 comments on commit 0abdd86

Please sign in to comment.