Skip to content

fix typo

fix typo #31

Workflow file for this run

on:
push:
paths:
- 'content/math/**'
- 'test/math/**'
pull_request:
paths:
- 'content/math/**'
- 'test/math/**'
workflow_dispatch:
jobs:
math:
strategy:
matrix:
os: [ubuntu-latest, ubuntu-22.04]
name: Test math (${{ matrix.os }})
runs-on: ${{ matrix.os }}
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- run: ./test/test.sh math