mtinfo/.github/workflows/htmllint.yml
2021-02-10 07:57:17 +01:00

21 lines
327 B
YAML

name: htmllint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- name: apt
run: sudo apt-get install -y nodejs npm
- name: htmllint install
run: sudo npm i -g htmllint-cli
- name: htmllint run
run: cd app/ && htmllint index.html