Skip to content

(parser) fix: handle overflow errors on depth incrementation #15

(parser) fix: handle overflow errors on depth incrementation

(parser) fix: handle overflow errors on depth incrementation #15

Workflow file for this run

name: fmt
on:
push:
branches:
- "*"
pull_request:
branches:
- "*"
env:
CARGO_TERM_COLOR: always
jobs:
fmt:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
components: rustfmt
- name: Check formatting
run: cargo fmt -- --check