Adding hotfixes for packages
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
16
jsx-html/.github/workflows/ci.yml
vendored
Normal file
16
jsx-html/.github/workflows/ci.yml
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
name: ci
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: denolib/setup-deno@master
|
||||
- run: deno --version
|
||||
- run: deno test examples/01.tsx
|
||||
- run: deno test examples/03-async.tsx
|
Reference in New Issue
Block a user