Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jho406 committed Oct 7, 2024
1 parent 485d24f commit c5fe0e7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18
- name: NPM install
working-directory: ./superglue
run: npm install

- name: version
working-directory: ./superglue
run: tsc -v

- name: typecheck
working-directory: ./superglue
run: npm run lint:types
Expand Down

0 comments on commit c5fe0e7

Please sign in to comment.