Skip to content

Check directory for debug #5

Check directory for debug

Check directory for debug #5

Workflow file for this run

# This file is autogenerated by maturin v1.3.1
# To update, run
#
# maturin generate-ci github
#
name: WebAssembly
on:
push:
branches:
- main
- master
- github-action
tags:
- '*'
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: jetli/[email protected]
with:
# Optional version of wasm-pack to install(eg. 'v0.9.1', 'latest')
version: 'latest'
- name: Build
run: |
ls
wasm-pack --version
wasm-pack build --target web