This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# GitHub Actions CI for Unity Hololens 2 UWP running on windows. | |
name: CI | |
on: | |
# Triggers the workflow on push or pull request events but only for the master branch | |
push: | |
branches: [ master ] | |
pull_request: | |
branches: [ master ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\NeedsTeXFormat{LaTeX2e}[1995/12/01]% | |
\ProvidesPackage{tikz-uml-divider} | |
% | |
% define a uml divider for sequence diagrams | |
% args : call sender | |
% call receiver | |
% optional : dt: time delay from precedent event end | |
% name: name of the call | |
% op: operation name and input args | |
% draw, fill, text: colors |