Skip to content

Convert timestamps to seconds #4

Convert timestamps to seconds

Convert timestamps to seconds #4

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