mochi-cli 0.0.4

A CLI tool for managing mochi-based modules.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name: build
on:
  pull_request:
  push:
    branches:
      - main

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - name: Install latest rust nightly
        uses: actions-rs/toolchain@v1
        with:
            toolchain: stable
            override: true
      - run: cargo test