Skip to content

Merge pull request #83 from tehsmeely/fix-platform-specific-cchar-types #91

Merge pull request #83 from tehsmeely/fix-platform-specific-cchar-types

Merge pull request #83 from tehsmeely/fix-platform-specific-cchar-types #91

Workflow file for this run

name: Check Rust Format
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
env:
CARGO_TERM_COLOR: always
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check Format
run: cargo fmt --check