Skip to content

Escape hash in link URLs #22

Escape hash in link URLs

Escape hash in link URLs #22

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- '**'
jobs:
build:
strategy:
matrix:
php: [ '7.4', '8.0', '8.1' ]
runs-on: ubuntu-latest
name: PHP ${{ matrix.php }}
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{matrix.php}}
- name: Install
run: |
sudo apt-get install texlive-latex-extra
composer install
- name: Test
run: composer test