Skip to content

Merge pull request #336 from SaekiTominaga/crawler-resource-hash #55

Merge pull request #336 from SaekiTominaga/crawler-resource-hash

Merge pull request #336 from SaekiTominaga/crawler-resource-hash #55

Workflow file for this run

name: html-lint-ejs
on:
pull_request:
branches:
- main
paths:
- 'html/**/*.ejs'
- 'views/_component/*.ejs'
- 'views/_include/*.ejs'
- '.markuplintrc'
push:
branches:
- main
paths:
- 'html/**/*.ejs'
- 'views/_component/*.ejs'
- 'views/_include/*.ejs'
- '.markuplintrc'
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npm run html-lint-ejs