Skip to content

Commit

Permalink
ci: prepare nuxt
Browse files Browse the repository at this point in the history
Signed-off-by: Till Sanders <mail@till-sanders.de>
  • Loading branch information
tillsanders committed Aug 6, 2024
1 parent 713912a commit 64d70a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
- name: Install dependencies 👨🏻‍💻
run: npm ci --prefer-offline --no-audit

- name: Prepare Nuxt
run: npx nuxt prepare

- name: Run linter 👀
run: npm run lint

Expand Down

0 comments on commit 64d70a2

Please sign in to comment.