Skip to content

test: reject unmatched parentheses in SET value #231

test: reject unmatched parentheses in SET value

test: reject unmatched parentheses in SET value #231

Workflow file for this run

name: Format
on:
pull_request:
merge_group:
push:
branches: [main]
jobs:
fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt
- run: cargo fmt --all -- --check