Skip to content

feat(cli): noti send (#44) #17

feat(cli): noti send (#44)

feat(cli): noti send (#44) #17

Workflow file for this run

name: Rustfmt check
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
test:
name: cargo fmt --check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt
- run: cargo fmt --check