Skip to content
This repository has been archived by the owner on Jul 18, 2022. It is now read-only.

Commit

Permalink
Merge branch 'cofob/svelte' into cofob/sccreenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
cofob committed May 1, 2022
2 parents faaf58e + f23432b commit 586666d
Show file tree
Hide file tree
Showing 23 changed files with 2,522 additions and 1,564 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Expand Up @@ -46,13 +46,17 @@ jobs:
uses: codecov/codecov-action@v3
with:
file: ./coverage.xml

- name: Install node
if: ${{ matrix.python-version == '3.10' }}
uses: bahmutov/npm-install@v1
with:
working-directory: svelte

- name: Check TypeScript types
if: ${{ matrix.python-version == '3.10' }}
run: npx svelte-check

- name: Build Svelte
if: ${{ matrix.python-version == '3.10' }}
working-directory: svelte
Expand Down

1 comment on commit 586666d

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rendered image:

Please sign in to comment.