Skip to content

Merge pull request #19 from dontcallmedom/htmlprose #21

Merge pull request #19 from dontcallmedom/htmlprose

Merge pull request #19 from dontcallmedom/htmlprose #21

Workflow file for this run

on:
pull_request:
branches:
- main
name: Validate pages
jobs:
generate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18.x
- uses: actions/setup-java@v4
with:
java-version: 8

Check failure on line 16 in .github/workflows/validate.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/validate.yml

Invalid workflow file

You have an error in your yaml syntax on line 16
distribution: temurin
- name: Setup environment
run: npm install
- name: checkout webref repo
run: git clone --depth 1 -b curated https://github.com/w3c/webref.git
- name: Generate pages
run: node _tools/generate-pages.js
- name: Validate resultsCommit updates
run: java -jar ./node_modules/vnu-jar/build/dist/vnu.jar _site/*.html