Skip to content

- Format codes

- Format codes #2

Workflow file for this run

on:
push:
branches: [ main, ci* ]
tags: [ pre*, v* ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
with:

Check failure on line 15 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

You have an error in your yaml syntax on line 15
toolchain: 'nightly',
target: 'wasm32-unknown-unknown'
- name: Build with wasm-pack
run: cargo install wasm-pack && wasm-pack build
- name: List files
run: |
ls -la
ls -la pkg