Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
add check
Browse files Browse the repository at this point in the history
  • Loading branch information
rethab committed Apr 13, 2022
1 parent 71efc90 commit cdd84c6
Show file tree
Hide file tree
Showing 3 changed files with 418 additions and 109 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
node-version: "16"
cache: "npm"
- run: npm ci --prefer-offline --no-audit --progress=false
- run: npm run bundle
- name: Check dist/index.js was generated
run: |
git diff --text dist/index.js
[[ -z $(git status -s) ]]
- run: npm test

install-haskell:
Expand Down
Loading

0 comments on commit cdd84c6

Please sign in to comment.