Skip to content

Bump the all-dependencies-npm group with 10 updates #137

Bump the all-dependencies-npm group with 10 updates

Bump the all-dependencies-npm group with 10 updates #137

Workflow file for this run

name: Build and Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 8.6.7
- uses: jetli/[email protected]
with:
version: "latest"
- name: Build Subproject
run: |
cd rage-webassembly
cargo test
wasm-pack build
- name: Build Main Project
run: |
pnpm install
pnpm lint
pnpm check