Skip to content

Commit

Permalink
Reproduce runtime error
Browse files Browse the repository at this point in the history
  • Loading branch information
Rindrics committed Jun 18, 2024
1 parent fdff859 commit 3517c0f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,14 @@ jobs:
node-version-file: '.node-version'
cache: 'pnpm'

- name: Install dependencies
run: make install
- name: Install dependencies & build application
run: make

- name: Lint & format
run: make lint

- name: Run tests
run: make test

- name: Confirm no error
run: make version
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@ lint:

format:
pnpm format

version:
pnpm exec node $(BUILD_DIR)/index.js --version

0 comments on commit 3517c0f

Please sign in to comment.