Skip to content

feat: add a type param for plantuml's <uml> tag #237

feat: add a type param for plantuml's <uml> tag

feat: add a type param for plantuml's <uml> tag #237

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
strategy:
matrix:
php: [ '7.3', '7.4', '8.0', '8.1' ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{matrix.php}}
coverage: none
- name: Install
run: |
composer install
npm install
- name: Test
run: |
composer test
npm test