Skip to content

chore(pandoc): bump version to v3.1.10 (#205) #147

chore(pandoc): bump version to v3.1.10 (#205)

chore(pandoc): bump version to v3.1.10 (#205) #147

Workflow file for this run

name: TESTS
on:
# push on master branch
push:
branches: [master]
# triggered manually
workflow_dispatch:
# triggered by pull requests
pull_request:
jobs:
# run all test scripts
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cagix/pandoc-lecture@master
- run: cd filters/test && make test