Skip to content

Convert backtick (`) admonition fences to tildes (~) #596

Convert backtick (`) admonition fences to tildes (~)

Convert backtick (`) admonition fences to tildes (~) #596

Workflow file for this run

name: Test Exercises
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-20.04
strategy:
matrix:
compiler: [gcc, clang]
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
- name: Test Exercises
env:
CC: ${{ matrix.compiler }}
run: ./bin/run-tests -a