typstfmt 0.1.0

A soon to be formatter for the typst lang
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: Run cargo test

on: [push, pull_request]

jobs:
  run_test_cases:
    name: Run all test cases
    runs-on: ubuntu-latest

    steps:
      - uses: actions/checkout@v3
      - name: "cargo test"
        uses: Kristories/cargo-test@v1.0.0
        with:
          manifest-path: './Cargo.toml'