Skip to content

Using HTML Entities for math symbols. #15

Using HTML Entities for math symbols.

Using HTML Entities for math symbols. #15

Workflow file for this run

name: quantLab Numerical Methods Exercise Workflow (GitHub Classroom)
on: [push]
jobs:
build:
name: Autograding
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Java
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '17'
- name: Build with Maven
run: mvn -B package --file pom.xml -DskipTests=true
- name: Testing your Application (Autograding)
uses: education/autograding@v1