Skip to content

Commit

Permalink
Merge pull request #6 from freb97/feature/vue-tsc
Browse files Browse the repository at this point in the history
bugfix: fixed eslint ci + added vue-tsc
  • Loading branch information
rylanharper authored Nov 13, 2024
2 parents 1f10546 + 9de2e24 commit 507ff54
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2

- uses: pnpm/action-setup@v4
with:
version: 9

- uses: actions/setup-node@v4
with:
node-version: 22
Expand All @@ -23,3 +27,6 @@ jobs:

- name: Lint
run: pnpm run lint

- name: Typecheck
run: pnpm run typecheck
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"typecheck": "nuxt typecheck",
"codegen": "graphql-codegen --config codegen.ts",
"dev:codegen": "graphql-codegen --config codegen.ts --watch",
"lint": "eslint ."
Expand Down

0 comments on commit 507ff54

Please # to comment.