Skip to content

chore(d1-pac): bump to v0.0.32 #140

chore(d1-pac): bump to v0.0.32

chore(d1-pac): bump to v0.0.32 #140

Workflow file for this run

on:
push:
branches: [main]
pull_request:
name: Code formatting check
jobs:
fmt:
name: Rustfmt
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Check fmt
run: cargo fmt --all --check