prepyrus 0.4.0

Parsing and writing to MDX files for Chicago author-date citaitons using BibTeX
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: Continuous Integration
on:
  workflow_dispatch:
  pull_request:
    branches: ["main"]
    types: [opened, synchronize, ready_for_review]

jobs:
  ci:
    if: ${{ github.event.pull_request.draft == false }}
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - uses: actions-rust-lang/setup-rust-toolchain@v1
      - run: cargo build
      - run: cargo test