Skip to content

Use track_caller to make debugging bindgen build script errors ea… #1795

Use track_caller to make debugging bindgen build script errors ea…

Use track_caller to make debugging bindgen build script errors ea… #1795

Workflow file for this run

name: fmt
on:
pull_request:
paths-ignore:
- '.github/ISSUE_TEMPLATE/**'
- 'web/**'
push:
paths-ignore:
- '.github/ISSUE_TEMPLATE/**'
- 'web/**'
branches:
- master
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Update toolchain
run: rustup update --no-self-update stable && rustup default stable
- name: Check
run: cargo fmt --all -- --check