Skip to content

types: Implement API functions for duration type #531

types: Implement API functions for duration type

types: Implement API functions for duration type #531

Workflow file for this run

name: Cargo format check
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Format check
working-directory: ./scylla-rust-wrapper
run: cargo fmt --verbose --all -- --check