Skip to content

Condense feature list formatting in Readme #6

Condense feature list formatting in Readme

Condense feature list formatting in Readme #6

Workflow file for this run

name: Build
on: [push]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
name: Build Test
steps:
- name: 'Checkout'
uses: 'actions/checkout@v4'
- name: Build
run: cargo build --verbose