Skip to content

Convert ms to seconds inside interface functions according to SEP-40 #6

Convert ms to seconds inside interface functions according to SEP-40

Convert ms to seconds inside interface functions according to SEP-40 #6

Workflow file for this run

name: Rust
on:
push:
pull_request:
jobs:
fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: rustup update
- run: cargo fmt --check
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: rustup update
- run: cargo test