Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Merge pull request #104 from makai410/josh-history #33

Merge pull request #104 from makai410/josh-history

Merge pull request #104 from makai410/josh-history #33

Workflow file for this run

# Run a job to ensure formatting is OK
name: Format Check
on:
pull_request:
push:
branches:
- main
jobs:
format-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run Rust Format
run: cargo fmt --check