Skip to content

chore(cargo): bump typed-builder from 0.14.0 to 0.15.0 (#18) #166

chore(cargo): bump typed-builder from 0.14.0 to 0.15.0 (#18)

chore(cargo): bump typed-builder from 0.14.0 to 0.15.0 (#18) #166

Workflow file for this run

name: Format Check
on:
push:
pull_request:
jobs:
fmt-check:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Check code formatting
run: cargo fmt -- --check --verbose