Skip to content

frontend: added fd as command to fd into qfix (#99) #424

frontend: added fd as command to fd into qfix (#99)

frontend: added fd as command to fd into qfix (#99) #424

Workflow file for this run

name: ci
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
env:
CARGO_TERM_COLOR: always
jobs:
validating:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: format
run: cargo fmt --check --verbose
- name: building
run: cargo build --verbose
- name: testing
run: cargo test --verbose