chore: bump serde_json from 1.0.135 to 1.0.137 in /src/rust in the patch group #40
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build WASM | |
on: | |
pull_request: | |
branches: | |
- main | |
paths: | |
- src/** | |
- configure* | |
workflow_dispatch: | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Build wasm package | |
uses: r-wasm/actions/build-rwasm@main | |
with: | |
packages: | | |
local::. |