Skip to content

Commit

Permalink
updated workflow to include lint and updated lockfile
Browse files Browse the repository at this point in the history
roncodes committed Jan 24, 2024
1 parent bea3bde commit 80e69db
Showing 2 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -32,6 +32,9 @@ jobs:
- name: Install Dependencies
run: pnpm install

- name: Run lint
run: pnpm lint

- name: Build
run: pnpm run build

11 changes: 11 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 80e69db

Please sign in to comment.