Skip to content

refactor terminal, handle command line #7

refactor terminal, handle command line

refactor terminal, handle command line #7

Workflow file for this run

name: CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
workflow_dispatch:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: 'true'
- name: Install Rust for Xtensa
uses: esp-rs/[email protected]
with:
default: true
ldproxy: true
- name: Run cargo check
run: cargo check --bins --examples