Skip to content

command config support #7

command config support

command config support #7

Workflow file for this run

name: Rust Check
on:
push:
branches: [ "rust" ]
pull_request:
branches: [ "rust" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run Check
run: cargo check
- name: Run Build
run: cargo build --verbose