mdsh 0.7.0

Markdown shell pre-processor
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: "CI"
on:
  pull_request:
  push:
jobs:
  tests:
    strategy:
      matrix:
        os: [ubuntu-latest, macos-latest]
    runs-on: ${{ matrix.os }}
    steps:
    - uses: actions/checkout@v3
    - uses: cachix/install-nix-action@v18
    - run: ./ci.sh