Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Some major improvements and extended markdown support #117

Some major improvements and extended markdown support

Some major improvements and extended markdown support #117

Workflow file for this run

name: CI checks
on:
push:
branches: [ "dev" ]
pull_request:
branches: [ "stable", "rc", "dev" ]
jobs:
check_formatting:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Check formatting
run: cargo fmt --all -- --check
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Run tests
run: cargo test --all-features