Add TypeDoc support #13
Workflow file for this run
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
name: Validate HTML and CSS | ||
on: | ||
pull_request: | ||
branches: [ master ] | ||
jobs: | ||
validate HTML: | ||
Check failure on line 9 in .github/workflows/validateHTML.yml GitHub Actions / Validate HTML and CSSInvalid workflow file
|
||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: HTML5 Validator | ||
uses: Cyb3r-Jak3/html5validator-action@v7.2.0 | ||
with: | ||
css: true | ||
root: src/ | ||