Skip to content

fix(command/exec): Unix exec command should use full args #34

fix(command/exec): Unix exec command should use full args

fix(command/exec): Unix exec command should use full args #34

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