Skip to content

Added trigger detection and value #8

Added trigger detection and value

Added trigger detection and value #8

Workflow file for this run

name: check format
on: [push]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Rust setup
uses: ATiltedTree/setup-rust@v1
with:
rust-version: stable
components: rustfmt
- name: Check formatting
run: cargo fmt --check