Skip to content

fix: fix the command filter of line parser #21

fix: fix the command filter of line parser

fix: fix the command filter of line parser #21

Workflow file for this run

name: CI
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Test
run: cargo test --all-features --verbose
- name: Lint
run: cargo clippy -- -D warnings -A clippy::unnecessary_to_owned