Skip to content

fix(package): ensure all submodule paths are included in the npm package #756

fix(package): ensure all submodule paths are included in the npm package

fix(package): ensure all submodule paths are included in the npm package #756

Workflow file for this run

name: ci
env:
DENO_VERSION: 2.x
DENO_TLS_CA_STORE: system
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v2
with:
deno-version: ${{ env.DENO_VERSION }}
cache: true
- name: Check fmt & lint & type check & test
run: deno task check