gclog 0.2.1

A tool to analyze jdk8 gc logs
Documentation
name: Rust Fmt

on:
  push:
    branches: [ "main" ]
  pull_request:
    branches: [ "main" ]

env:
  CARGO_TERM_COLOR: always

jobs:
  build:

    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v3
    - name: Validate format
      run: cargo fmt --all -- --check