Skip to content

Commit

Permalink
Merge branch 'main' into wydengyre
Browse files Browse the repository at this point in the history
  • Loading branch information
wydengyre committed Jul 20, 2022
2 parents cdc7a16 + 32449b3 commit 499ee6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Continuous integration
on: pull_request
jobs:
ci:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -20,7 +20,7 @@ jobs:
- name: Build examples
run: make examples
- name: Typecheck
run: npm run-script typecheck
run: make typecheck
- name: Check formatting
run: make checkformat
- name: Run tests
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"./node": "./src/node-worker.js"
},
"scripts": {
"test": "make test",
"typecheck": "tsc"
"test": "make test"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 499ee6b

Please sign in to comment.