Skip to content

chore(deps): update cloudflare/wrangler-action action to v3.13.1 #120

chore(deps): update cloudflare/wrangler-action action to v3.13.1

chore(deps): update cloudflare/wrangler-action action to v3.13.1 #120

Workflow file for this run

name: build and test
on:
pull_request:
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: build and test
run: cargo install -q worker-build && worker-build --release