Skip to content

Remove EngineType property #35

Remove EngineType property

Remove EngineType property #35

Workflow file for this run

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