codemonument_bx 0.3.5

[DEPRECATED: Use `bx-cli` instead] Simple, cross-platform, and fast command aliases with superpowers.
Documentation
1
2
3
4
5
6
7
8
9
10
11
name: Test

on: [push, pull_request, workflow_dispatch]

jobs:
    build-release:
        runs-on: ubuntu-latest
        steps:
            - uses: actions/checkout@v4
            - name: Test
              run: cargo check && cargo fmt -- --check && cargo clippy && cargo test